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

Side by Side Diff: native_client_sdk/doc_generated/sdk/download.html

Issue 1536883002: [NaCl SDK] Re-generate docs (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 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="download-the-native-client-sdk"> 3 <section id="download-the-native-client-sdk">
4 <span id="download"></span><h1 id="download-the-native-client-sdk"><span id="dow nload"></span>Download the Native Client SDK</h1> 4 <span id="download"></span><h1 id="download-the-native-client-sdk"><span id="dow nload"></span>Download the Native Client SDK</h1>
5 <p>This page provides an overview of the Native Client SDK, and instructions for 5 <p>This page provides an overview of the Native Client SDK, and instructions for
6 downloading and installing the SDK.</p> 6 downloading and installing the SDK.</p>
7 <div id="home"> 7 <div id="home">
8 <a class="button-nacl button-download" href="https://storage.googleapis.com/nati veclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a> 8 <a class="button-nacl button-download" href="https://storage.googleapis.com/nati veclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a>
9 </div><h2 id="overview"><span id="sdk-overview"></span>Overview</h2> 9 </div><h2 id="overview"><span id="sdk-overview"></span>Overview</h2>
10 <p>The Native Client SDK includes:</p> 10 <p>The Native Client SDK includes:</p>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 I sdk_tools (stable) 109 I sdk_tools (stable)
110 vs_addin (dev) 110 vs_addin (dev)
111 pepper_31 (post_stable) 111 pepper_31 (post_stable)
112 pepper_32 (post_stable) 112 pepper_32 (post_stable)
113 pepper_33 (post_stable) 113 pepper_33 (post_stable)
114 pepper_34 (post_stable) 114 pepper_34 (post_stable)
115 pepper_35 (stable) 115 pepper_35 (stable)
116 pepper_36 (beta) 116 pepper_36 (beta)
117 pepper_37 (dev) 117 pepper_37 (dev)
118 pepper_canary (canary) 118 pepper_canary (canary)
119 bionic_canary (canary)
120 </pre> 119 </pre>
121 <p>The sample output above shows that several bundles are available for 120 <p>The sample output above shows that several bundles are available for
122 download, and that you have already installed the latest revision of the 121 download, and that you have already installed the latest revision of the
123 <code>sdk_tools</code> bundle, which was included in the zip file. You never nee d to 122 <code>sdk_tools</code> bundle, which was included in the zip file. You never nee d to
124 update the <code>sdk_tools</code> bundle. It is updated automatically (if necess ary) 123 update the <code>sdk_tools</code> bundle. It is updated automatically (if necess ary)
125 whenever you run <code>naclsdk</code>.</p> 124 whenever you run <code>naclsdk</code>.</p>
126 <p>Bundles are labeled post-stable, stable, beta, dev, or canary. These labels 125 <p>Bundles are labeled post-stable, stable, beta, dev, or canary. These labels
127 usually correspond to the current versions of Chrome. We recommend that you 126 usually correspond to the current versions of Chrome. We recommend that you
128 develop against a &#8220;stable&#8221; bundle, because such bundles can be used by all 127 develop against a &#8220;stable&#8221; bundle, because such bundles can be used by all
129 current Chrome users. Native Client is designed to be backward-compatible.For 128 current Chrome users. Native Client is designed to be backward-compatible.For
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 I sdk_tools (stable) 170 I sdk_tools (stable)
172 vs_addin (dev) 171 vs_addin (dev)
173 pepper_31 (post_stable) 172 pepper_31 (post_stable)
174 pepper_32 (post_stable) 173 pepper_32 (post_stable)
175 pepper_33 (post_stable) 174 pepper_33 (post_stable)
176 pepper_34 (post_stable) 175 pepper_34 (post_stable)
177 I* pepper_35 (stable) 176 I* pepper_35 (stable)
178 pepper_36 (beta) 177 pepper_36 (beta)
179 pepper_37 (dev) 178 pepper_37 (dev)
180 pepper_canary (canary) 179 pepper_canary (canary)
181 bionic_canary (canary)
182 </pre> 180 </pre>
183 <p>If you run <code>naclsdk update</code> now, it warns you with a message simil ar to 181 <p>If you run <code>naclsdk update</code> now, it warns you with a message simil ar to
184 this:</p> 182 this:</p>
185 <pre class="prettyprint"> 183 <pre class="prettyprint">
186 WARNING: pepper_35 already exists, but has an update available. Run update 184 WARNING: pepper_35 already exists, but has an update available. Run update
187 with the --force option to overwrite the existing directory. Warning: This 185 with the --force option to overwrite the existing directory. Warning: This
188 will overwrite any modifications you have made within this directory. 186 will overwrite any modifications you have made within this directory.
189 </pre> 187 </pre>
190 </li> 188 </li>
191 <li><p class="first">To download and install the new bundle, run:</p> 189 <li><p class="first">To download and install the new bundle, run:</p>
(...skipping 26 matching lines...) Expand all
218 information about the SDK and new bundles.</li> 216 information about the SDK and new bundles.</li>
219 <li>If you&#8217;re just starting with Native Client, we recommend reading the 217 <li>If you&#8217;re just starting with Native Client, we recommend reading the
220 <a class="reference external" href="../overview">Technical Overview</a> and walk ing through the 218 <a class="reference external" href="../overview">Technical Overview</a> and walk ing through the
221 <a class="reference external" href="devguide/tutorial/tutorial-part1">Getting St arted Tutorial</a>.</li> 219 <a class="reference external" href="devguide/tutorial/tutorial-part1">Getting St arted Tutorial</a>.</li>
222 <li>If you&#8217;d rather dive in, see 220 <li>If you&#8217;d rather dive in, see
223 <a class="reference external" href="devguide/devcycle/building">Building Native Client Modules</a>.</li> 221 <a class="reference external" href="devguide/devcycle/building">Building Native Client Modules</a>.</li>
224 </ul> 222 </ul>
225 </section> 223 </section>
226 224
227 {{/partials.standard_nacl_article}} 225 {{/partials.standard_nacl_article}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/pepper_stable/index.html ('k') | native_client_sdk/src/doc/c-api.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698