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

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

Issue 637873003: [DOCS] Edit references to Chrome 31 and earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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="http://storage.googleapis.com/nativ eclient-mirror/nacl/nacl_sdk/nacl_sdk.zip">Download SDK Zip File</a> 8 <a class="button-nacl button-download" href="http://storage.googleapis.com/nativ eclient-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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 </pre> 123 </pre>
124 <p>The sample output above shows that several bundles are available for 124 <p>The sample output above shows that several bundles are available for
125 download, and that you have already installed the latest revision of the 125 download, and that you have already installed the latest revision of the
126 <code>sdk_tools</code> bundle, which was included in the zip file. You never nee d to 126 <code>sdk_tools</code> bundle, which was included in the zip file. You never nee d to
127 update the <code>sdk_tools</code> bundle. It is updated automatically (if necess ary) 127 update the <code>sdk_tools</code> bundle. It is updated automatically (if necess ary)
128 whenever you run <code>naclsdk</code>.</p> 128 whenever you run <code>naclsdk</code>.</p>
129 <p>Bundles are labeled post-stable, stable, beta, dev, or canary. These labels 129 <p>Bundles are labeled post-stable, stable, beta, dev, or canary. These labels
130 usually correspond to the current versions of Chrome. We recommend that you 130 usually correspond to the current versions of Chrome. We recommend that you
131 develop against a &#8220;stable&#8221; bundle, because such bundles can be used by all 131 develop against a &#8220;stable&#8221; bundle, because such bundles can be used by all
132 current Chrome users. Native Client is designed to be backward-compatible.For 132 current Chrome users. Native Client is designed to be backward-compatible.For
133 example, applications developed with the <code>pepper_31</code> bundle can run i n 133 example, applications developed with the <code>pepper_37</code> bundle can run i n
134 Chrome 31, Chrome 32, etc..</p> 134 Chrome 37, Chrome 38, etc..</p>
135 </li> 135 </li>
136 <li><p class="first">Run <code>naclsdk</code> with the <code>update</code> comma nd to download recommended bundles, 136 <li><p class="first">Run <code>naclsdk</code> with the <code>update</code> comma nd to download recommended bundles,
137 including the current &#8220;stable&#8221; bundle.</p> 137 including the current &#8220;stable&#8221; bundle.</p>
138 <p>On Mac/Linux:</p> 138 <p>On Mac/Linux:</p>
139 <pre class="prettyprint"> 139 <pre class="prettyprint">
140 $ ./naclsdk update 140 $ ./naclsdk update
141 </pre> 141 </pre>
142 <p>On Windows:</p> 142 <p>On Windows:</p>
143 <pre class="prettyprint"> 143 <pre class="prettyprint">
144 &gt; naclsdk update 144 &gt; naclsdk update
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 information about the SDK and new bundles.</li> 221 information about the SDK and new bundles.</li>
222 <li>If you&#8217;re just starting with Native Client, we recommend reading the 222 <li>If you&#8217;re just starting with Native Client, we recommend reading the
223 <a class="reference external" href="../overview">Technical Overview</a> and walk ing through the 223 <a class="reference external" href="../overview">Technical Overview</a> and walk ing through the
224 <a class="reference external" href="devguide/tutorial/tutorial-part1">Getting St arted Tutorial</a>.</li> 224 <a class="reference external" href="devguide/tutorial/tutorial-part1">Getting St arted Tutorial</a>.</li>
225 <li>If you&#8217;d rather dive in, see 225 <li>If you&#8217;d rather dive in, see
226 <a class="reference external" href="devguide/devcycle/building">Building Native Client Modules</a>.</li> 226 <a class="reference external" href="devguide/devcycle/building">Building Native Client Modules</a>.</li>
227 </ul> 227 </ul>
228 </section> 228 </section>
229 229
230 {{/partials.standard_nacl_article}} 230 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698