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 .. _versioning: |
| 77 |
| 78 Versioning |
| 79 ---------- |
| 80 |
| 81 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 |
| 83 software, each release of Chrome may include changes to Native Client and the |
| 84 Pepper interfaces that may require modification to existing applications. |
| 85 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 |
| 87 Pepper APIs to help developers make adjustments to API changes and take |
| 88 advantage of new features: `stable </native-client/pepper_stable>`_, `beta |
| 89 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_. |
| 90 |
76 .. _installing-the-sdk: | 91 .. _installing-the-sdk: |
77 | 92 |
78 Installing the SDK | 93 Installing the SDK |
79 ------------------ | 94 ------------------ |
80 | 95 |
81 .. _downloading-and-unzipping: | 96 .. _downloading-and-unzipping: |
82 | 97 |
83 Downloading and Unzipping | 98 Downloading and Unzipping |
84 ^^^^^^^^^^^^^^^^^^^^^^^^^ | 99 ^^^^^^^^^^^^^^^^^^^^^^^^^ |
85 | 100 |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 Next steps | 261 Next steps |
247 ---------- | 262 ---------- |
248 | 263 |
249 * Browse the `Release Notes <release-notes>`_ for important | 264 * Browse the `Release Notes <release-notes>`_ for important |
250 information about the SDK and new bundles. | 265 information about the SDK and new bundles. |
251 * If you're just starting with Native Client, we recommend reading the | 266 * If you're just starting with Native Client, we recommend reading the |
252 `Technical Overview <../overview>`_ and walking through the | 267 `Technical Overview <../overview>`_ and walking through the |
253 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. | 268 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
254 * If you'd rather dive in, see | 269 * If you'd rather dive in, see |
255 `Building Native Client Modules <devguide/devcycle/building>`_. | 270 `Building Native Client Modules <devguide/devcycle/building>`_. |
OLD | NEW |