OLD | NEW |
1 .. _download: | 1 .. _download: |
2 | 2 |
3 Download the Native Client SDK | 3 Download the Native Client SDK |
4 ============================== | 4 ============================== |
5 | 5 |
6 This page provides an overview of the Native Client SDK, and instructions for | 6 This page provides an overview of the Native Client SDK, and instructions for |
7 downloading and installing the SDK. | 7 downloading and installing the SDK. |
8 | 8 |
9 .. raw:: html | 9 .. raw:: html |
10 | 10 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 several other useful tools, is to install `Xcode Developer Tools | 66 several other useful tools, is to install `Xcode Developer Tools |
67 <https://developer.apple.com/technologies/tools/>`_. After installing Xcode, | 67 <https://developer.apple.com/technologies/tools/>`_. After installing Xcode, |
68 go to the XCode menu, open the Preferences dialog box then select Downloads | 68 go to the XCode menu, open the Preferences dialog box then select Downloads |
69 and Components. Verify that Command Line Tools are installed. If you'd rather | 69 and Components. Verify that Command Line Tools are installed. If you'd rather |
70 not install Xcode, you can download and build an `open source version | 70 not install Xcode, you can download and build an `open source version |
71 <http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1>`_ of ``make``. | 71 <http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1>`_ of ``make``. |
72 To build the program you may also need to download and install `gcc | 72 To build the program you may also need to download and install `gcc |
73 <https://github.com/kennethreitz/osx-gcc-installer>`_. | 73 <https://github.com/kennethreitz/osx-gcc-installer>`_. |
74 * On Windows, the Native Client SDK includes a copy of GNU Make. | 74 * On Windows, the Native Client SDK includes a copy of GNU Make. |
75 | 75 |
| 76 .. _platforms: |
| 77 |
| 78 Platforms |
| 79 --------- |
| 80 |
| 81 Native Client supports several operating systems, including Windows, Linux, OSX, |
| 82 and ChromeOS. It supports several architectures including on x86-32, x86-64, |
| 83 ARM, and MIPS. |
| 84 |
76 .. _versioning: | 85 .. _versioning: |
77 | 86 |
78 Versioning | 87 Versions |
79 ---------- | 88 -------- |
80 | 89 |
81 Chrome is released on a six week cycle, and developer versions of Chrome are | 90 Chrome is released on a six week cycle, and developer versions of Chrome are |
82 pushed to the public beta channel three weeks before each release. As with any | 91 pushed to the public beta channel three weeks before each release. As with any |
83 software, each release of Chrome may include changes to Native Client and the | 92 software, each release of Chrome may include changes to Native Client and the |
84 Pepper interfaces that may require modification to existing applications. | 93 Pepper interfaces that may require modification to existing applications. |
85 However, modules compiled for one version of Pepper/Chrome should work with | 94 However, modules compiled for one version of Pepper/Chrome should work with |
86 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the | 95 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the |
87 Pepper APIs to help developers make adjustments to API changes and take | 96 Pepper APIs to help developers make adjustments to API changes and take |
88 advantage of new features: `stable </native-client/pepper_stable>`_, `beta | 97 advantage of new features: `stable </native-client/pepper_stable>`_, `beta |
89 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_. | 98 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_. |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 Next steps | 270 Next steps |
262 ---------- | 271 ---------- |
263 | 272 |
264 * Browse the `Release Notes <release-notes>`_ for important | 273 * Browse the `Release Notes <release-notes>`_ for important |
265 information about the SDK and new bundles. | 274 information about the SDK and new bundles. |
266 * If you're just starting with Native Client, we recommend reading the | 275 * If you're just starting with Native Client, we recommend reading the |
267 `Technical Overview <../overview>`_ and walking through the | 276 `Technical Overview <../overview>`_ and walking through the |
268 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. | 277 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
269 * If you'd rather dive in, see | 278 * If you'd rather dive in, see |
270 `Building Native Client Modules <devguide/devcycle/building>`_. | 279 `Building Native Client Modules <devguide/devcycle/building>`_. |
OLD | NEW |