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 To build Native Client modules, you must download and install the Native Client | 6 To build Native Client modules, you must download and install the Native Client |
7 Software Development Kit (SDK). This page provides an overview of the Native | 7 Software Development Kit (SDK). This page provides an overview of the Native |
8 Client SDK, and instructions for how to download and install the SDK. | 8 Client SDK, and instructions for how to download and install the SDK. |
9 | 9 |
10 .. raw:: html | 10 .. raw:: html |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 On Windows:: | 222 On Windows:: |
223 | 223 |
224 > naclsdk help | 224 > naclsdk help |
225 | 225 |
226 **Next steps:** | 226 **Next steps:** |
227 | 227 |
228 * Browse through the `Release Notes <release-notes>`_ for important | 228 * Browse through the `Release Notes <release-notes>`_ for important |
229 information about the SDK and new bundles. | 229 information about the SDK and new bundles. |
230 * If you're just starting with Native Client, we recommend reading the | 230 * If you're just starting with Native Client, we recommend reading the |
231 `Technical Overview <../overview>`_ and walking through the | 231 `Technical Overview <../overview>`_ and walking through the |
232 `Getting Started Tutorial </devguide/tutorial/tutorial-part1>`_. | 232 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
233 * If you'd rather dive into information about the toolchains, see | 233 * If you'd rather dive into information about the toolchains, see |
234 `Building Native Client Modules </devguide/devcycle/building>`_. | 234 `Building Native Client Modules <devguide/devcycle/building>`_. |
OLD | NEW |