Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: native_client_sdk/src/doc/sdk/download.rst

Issue 1269623004: [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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)
160 159
161 160
162 The sample output above shows that several bundles are available for 161 The sample output above shows that several bundles are available for
163 download, and that you have already installed the latest revision of the 162 download, and that you have already installed the latest revision of the
164 ``sdk_tools`` bundle, which was included in the zip file. You never need to 163 ``sdk_tools`` bundle, which was included in the zip file. You never need to
165 update the ``sdk_tools`` bundle. It is updated automatically (if necessary) 164 update the ``sdk_tools`` bundle. It is updated automatically (if necessary)
166 whenever you run ``naclsdk``. 165 whenever you run ``naclsdk``.
167 166
168 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels 167 Bundles are labeled post-stable, stable, beta, dev, or canary. These labels
169 usually correspond to the current versions of Chrome. We recommend that you 168 usually correspond to the current versions of Chrome. We recommend that you
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 I sdk_tools (stable) 217 I sdk_tools (stable)
219 vs_addin (dev) 218 vs_addin (dev)
220 pepper_31 (post_stable) 219 pepper_31 (post_stable)
221 pepper_32 (post_stable) 220 pepper_32 (post_stable)
222 pepper_33 (post_stable) 221 pepper_33 (post_stable)
223 pepper_34 (post_stable) 222 pepper_34 (post_stable)
224 I* pepper_35 (stable) 223 I* pepper_35 (stable)
225 pepper_36 (beta) 224 pepper_36 (beta)
226 pepper_37 (dev) 225 pepper_37 (dev)
227 pepper_canary (canary) 226 pepper_canary (canary)
228 bionic_canary (canary)
229 227
230 228
231 If you run ``naclsdk update`` now, it warns you with a message similar to 229 If you run ``naclsdk update`` now, it warns you with a message similar to
232 this:: 230 this::
233 231
234 WARNING: pepper_35 already exists, but has an update available. Run update 232 WARNING: pepper_35 already exists, but has an update available. Run update
235 with the --force option to overwrite the existing directory. Warning: This 233 with the --force option to overwrite the existing directory. Warning: This
236 will overwrite any modifications you have made within this directory. 234 will overwrite any modifications you have made within this directory.
237 235
238 #. To download and install the new bundle, run: 236 #. To download and install the new bundle, run:
(...skipping 26 matching lines...) Expand all
265 Next steps 263 Next steps
266 ---------- 264 ----------
267 265
268 * Browse the `Release Notes <release-notes>`_ for important 266 * Browse the `Release Notes <release-notes>`_ for important
269 information about the SDK and new bundles. 267 information about the SDK and new bundles.
270 * If you're just starting with Native Client, we recommend reading the 268 * If you're just starting with Native Client, we recommend reading the
271 `Technical Overview <../overview>`_ and walking through the 269 `Technical Overview <../overview>`_ and walking through the
272 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_. 270 `Getting Started Tutorial <devguide/tutorial/tutorial-part1>`_.
273 * If you'd rather dive in, see 271 * If you'd rather dive in, see
274 `Building Native Client Modules <devguide/devcycle/building>`_. 272 `Building Native Client Modules <devguide/devcycle/building>`_.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698