| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 I sdk_tools (stable) | 149 I sdk_tools (stable) |
| 150 vs_addin (dev) | 150 vs_addin (dev) |
| 151 pepper_31 (post_stable) | 151 pepper_31 (post_stable) |
| 152 pepper_32 (post_stable) | 152 pepper_32 (post_stable) |
| 153 pepper_33 (post_stable) | 153 pepper_33 (post_stable) |
| 154 pepper_34 (post_stable) | 154 pepper_34 (post_stable) |
| 155 pepper_35 (stable) | 155 pepper_35 (stable) |
| 156 pepper_36 (beta) | 156 pepper_36 (beta) |
| 157 pepper_37 (dev) | 157 pepper_37 (dev) |
| 158 pepper_canary (canary) | 158 pepper_canary (canary) |
| 159 bionic_canary (canary) |
| 159 | 160 |
| 160 | 161 |
| 161 The sample output above shows that several bundles are available for | 162 The sample output above shows that several bundles are available for |
| 162 download, and that you have already installed the latest revision of the | 163 download, and that you have already installed the latest revision of the |
| 163 ``sdk_tools`` bundle, which was included in the zip file. You never need to | 164 ``sdk_tools`` bundle, which was included in the zip file. You never need to |
| 164 update the ``sdk_tools`` bundle. It is updated automatically (if necessary) | 165 update the ``sdk_tools`` bundle. It is updated automatically (if necessary) |
| 165 whenever you run ``naclsdk``. | 166 whenever you run ``naclsdk``. |
| 166 | 167 |
| 167 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels | 168 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels |
| 168 usually correspond to the current versions of Chrome. We recommend that you | 169 usually correspond to the current versions of Chrome. We recommend that you |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 I sdk_tools (stable) | 218 I sdk_tools (stable) |
| 218 vs_addin (dev) | 219 vs_addin (dev) |
| 219 pepper_31 (post_stable) | 220 pepper_31 (post_stable) |
| 220 pepper_32 (post_stable) | 221 pepper_32 (post_stable) |
| 221 pepper_33 (post_stable) | 222 pepper_33 (post_stable) |
| 222 pepper_34 (post_stable) | 223 pepper_34 (post_stable) |
| 223 I* pepper_35 (stable) | 224 I* pepper_35 (stable) |
| 224 pepper_36 (beta) | 225 pepper_36 (beta) |
| 225 pepper_37 (dev) | 226 pepper_37 (dev) |
| 226 pepper_canary (canary) | 227 pepper_canary (canary) |
| 228 bionic_canary (canary) |
| 227 | 229 |
| 228 | 230 |
| 229 If you run ``naclsdk update`` now, it warns you with a message similar to | 231 If you run ``naclsdk update`` now, it warns you with a message similar to |
| 230 this:: | 232 this:: |
| 231 | 233 |
| 232 WARNING: pepper_35 already exists, but has an update available. Run update | 234 WARNING: pepper_35 already exists, but has an update available. Run update |
| 233 with the --force option to overwrite the existing directory. Warning: This | 235 with the --force option to overwrite the existing directory. Warning: This |
| 234 will overwrite any modifications you have made within this directory. | 236 will overwrite any modifications you have made within this directory. |
| 235 | 237 |
| 236 #. To download and install the new bundle, run: | 238 #. To download and install the new bundle, run: |
| (...skipping 26 matching lines...) Expand all Loading... |
| 263 Next steps | 265 Next steps |
| 264 ---------- | 266 ---------- |
| 265 | 267 |
| 266 * Browse the `Release Notes <release-notes>`_ for important | 268 * Browse the `Release Notes <release-notes>`_ for important |
| 267 information about the SDK and new bundles. | 269 information about the SDK and new bundles. |
| 268 * If you're just starting with Native Client, we recommend reading the | 270 * If you're just starting with Native Client, we recommend reading the |
| 269 `Technical Overview <../overview>`_ and walking through the | 271 `Technical Overview <../overview>`_ and walking through the |
| 270 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. | 272 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. |
| 271 * If you'd rather dive in, see | 273 * If you'd rather dive in, see |
| 272 `Building Native Client Modules <devguide/devcycle/building>`_. | 274 `Building Native Client Modules <devguide/devcycle/building>`_. |
| OLD | NEW |