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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 The sample output above shows that several bundles are available for | 167 The sample output above shows that several bundles are available for |
168 download, and that you have already installed the latest revision of the | 168 download, and that you have already installed the latest revision of the |
169 ``sdk_tools`` bundle, which was included in the zip file. You never need to | 169 ``sdk_tools`` bundle, which was included in the zip file. You never need to |
170 update the ``sdk_tools`` bundle. It is updated automatically (if necessary) | 170 update the ``sdk_tools`` bundle. It is updated automatically (if necessary) |
171 whenever you run ``naclsdk``. | 171 whenever you run ``naclsdk``. |
172 | 172 |
173 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels | 173 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels |
174 usually correspond to the current versions of Chrome. We recommend that you | 174 usually correspond to the current versions of Chrome. We recommend that you |
175 develop against a "stable" bundle, because such bundles can be used by all | 175 develop against a "stable" bundle, because such bundles can be used by all |
176 current Chrome users. Native Client is designed to be backward-compatible.For | 176 current Chrome users. Native Client is designed to be backward-compatible.For |
177 example, applications developed with the ``pepper_31`` bundle can run in | 177 example, applications developed with the ``pepper_37`` bundle can run in |
178 Chrome 31, Chrome 32, etc.. | 178 Chrome 37, Chrome 38, etc.. |
179 | 179 |
180 #. Run ``naclsdk`` with the ``update`` command to download recommended bundles, | 180 #. Run ``naclsdk`` with the ``update`` command to download recommended bundles, |
181 including the current "stable" bundle. | 181 including the current "stable" bundle. |
182 | 182 |
183 On Mac/Linux:: | 183 On Mac/Linux:: |
184 | 184 |
185 $ ./naclsdk update | 185 $ ./naclsdk update |
186 | 186 |
187 On Windows:: | 187 On Windows:: |
188 | 188 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 Next steps | 270 Next steps |
271 ---------- | 271 ---------- |
272 | 272 |
273 * Browse the `Release Notes <release-notes>`_ for important | 273 * Browse the `Release Notes <release-notes>`_ for important |
274 information about the SDK and new bundles. | 274 information about the SDK and new bundles. |
275 * 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 |
276 `Technical Overview <../overview>`_ and walking through the | 276 `Technical Overview <../overview>`_ and walking through the |
277 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. | 277 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
278 * If you'd rather dive in, see | 278 * If you'd rather dive in, see |
279 `Building Native Client Modules <devguide/devcycle/building>`_. | 279 `Building Native Client Modules <devguide/devcycle/building>`_. |
OLD | NEW |