OLD | NEW |
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 29 matching lines...) Expand all Loading... |
40 <ul class="small-gap"> | 40 <ul class="small-gap"> |
41 <li>On the Mac, you need to install <code>make</code> on your system before you
can build | 41 <li>On the Mac, you need to install <code>make</code> on your system before you
can build |
42 and run the examples in the SDK. One easy way to get <code>make</code>, along wi
th | 42 and run the examples in the SDK. One easy way to get <code>make</code>, along wi
th |
43 several other useful tools, is to install <a class="reference external" href="ht
tps://developer.apple.com/technologies/tools/">Xcode Developer Tools</a>. After
installing Xcode, | 43 several other useful tools, is to install <a class="reference external" href="ht
tps://developer.apple.com/technologies/tools/">Xcode Developer Tools</a>. After
installing Xcode, |
44 go to the XCode menu, open the Preferences dialog box then select Downloads | 44 go to the XCode menu, open the Preferences dialog box then select Downloads |
45 and Components. Verify that Command Line Tools are installed. If you’d rat
her | 45 and Components. Verify that Command Line Tools are installed. If you’d rat
her |
46 not install Xcode, you can download and build an <a class="reference external" h
ref="http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1">open
source version</a> of <code>make</code>. | 46 not install Xcode, you can download and build an <a class="reference external" h
ref="http://mac.softpedia.com/dyn-postdownload.php?p=44632&t=4&i=1">open
source version</a> of <code>make</code>. |
47 To build the program you may also need to download and install <a class="referen
ce external" href="https://github.com/kennethreitz/osx-gcc-installer">gcc</a>.</
li> | 47 To build the program you may also need to download and install <a class="referen
ce external" href="https://github.com/kennethreitz/osx-gcc-installer">gcc</a>.</
li> |
48 <li>On Windows, the Native Client SDK includes a copy of GNU Make.</li> | 48 <li>On Windows, the Native Client SDK includes a copy of GNU Make.</li> |
49 </ul> | 49 </ul> |
50 <h2 id="versioning"><span id="id3"></span>Versioning</h2> | 50 <h2 id="platforms"><span id="id3"></span>Platforms</h2> |
| 51 <p>Native Client supports several operating systems, including Windows, Linux, O
SX, |
| 52 and ChromeOS. It supports several architectures including on x86-32, x86-64, |
| 53 ARM, and MIPS.</p> |
| 54 <h2 id="versions"><span id="versioning"></span>Versions</h2> |
51 <p>Chrome is released on a six week cycle, and developer versions of Chrome are | 55 <p>Chrome is released on a six week cycle, and developer versions of Chrome are |
52 pushed to the public beta channel three weeks before each release. As with any | 56 pushed to the public beta channel three weeks before each release. As with any |
53 software, each release of Chrome may include changes to Native Client and the | 57 software, each release of Chrome may include changes to Native Client and the |
54 Pepper interfaces that may require modification to existing applications. | 58 Pepper interfaces that may require modification to existing applications. |
55 However, modules compiled for one version of Pepper/Chrome should work with | 59 However, modules compiled for one version of Pepper/Chrome should work with |
56 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the | 60 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the |
57 Pepper APIs to help developers make adjustments to API changes and take | 61 Pepper APIs to help developers make adjustments to API changes and take |
58 advantage of new features: <a class="reference external" href="/native-client/pe
pper_stable">stable</a>, <a class="reference external" href="/native-client/pepp
er_beta">beta</a> and <a class="reference external" href="/native-client/pepper_
dev">dev</a>.</p> | 62 advantage of new features: <a class="reference external" href="/native-client/pe
pper_stable">stable</a>, <a class="reference external" href="/native-client/pepp
er_beta">beta</a> and <a class="reference external" href="/native-client/pepper_
dev">dev</a>.</p> |
59 <h2 id="installing-the-sdk"><span id="id4"></span>Installing the SDK</h2> | 63 <h2 id="installing-the-sdk"><span id="id4"></span>Installing the SDK</h2> |
60 <h3 id="downloading-and-unzipping"><span id="id5"></span>Downloading and Unzippi
ng</h3> | 64 <h3 id="downloading-and-unzipping"><span id="id5"></span>Downloading and Unzippi
ng</h3> |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 information about the SDK and new bundles.</li> | 221 information about the SDK and new bundles.</li> |
218 <li>If you’re just starting with Native Client, we recommend reading the | 222 <li>If you’re just starting with Native Client, we recommend reading the |
219 <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 |
220 <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> |
221 <li>If you’d rather dive in, see | 225 <li>If you’d rather dive in, see |
222 <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> |
223 </ul> | 227 </ul> |
224 </section> | 228 </section> |
225 | 229 |
226 {{/partials.standard_nacl_article}} | 230 {{/partials.standard_nacl_article}} |
OLD | NEW |