OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="c-tutorial-getting-started-part-1"> | 3 <b><font color="#cc0000"> |
4 <span id="tutorial"></span><h1 id="c-tutorial-getting-started-part-1"><span id="
tutorial"></span>C++ Tutorial: Getting Started (Part 1)</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="c-tutorial-getting-started-part-1"> |
| 12 <h1 id="c-tutorial-getting-started-part-1">C++ Tutorial: Getting Started (Part 1
)</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove
rview</a></p> | 15 <li><p class="first"><a class="reference internal" href="#overview" id="id1">Ove
rview</a></p> |
8 <ul class="small-gap"> | 16 <ul class="small-gap"> |
9 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d
oes" id="id2">What the application in this tutorial does</a></li> | 17 <li><a class="reference internal" href="#what-the-application-in-this-tutorial-d
oes" id="id2">What the application in this tutorial does</a></li> |
10 <li><a class="reference internal" href="#communication-between-javascript-and-na
tive-client-modules" id="id3">Communication between JavaScript and Native Client
modules</a></li> | 18 <li><a class="reference internal" href="#communication-between-javascript-and-na
tive-client-modules" id="id3">Communication between JavaScript and Native Client
modules</a></li> |
11 </ul> | 19 </ul> |
12 </li> | 20 </li> |
13 <li><a class="reference internal" href="#step-1-download-and-install-the-native-
client-sdk" id="id4">Step 1: Download and install the Native Client SDK</a></li> | 21 <li><a class="reference internal" href="#step-1-download-and-install-the-native-
client-sdk" id="id4">Step 1: Download and install the Native Client SDK</a></li> |
14 <li><a class="reference internal" href="#step-2-start-a-local-server" id="id5">S
tep 2: Start a local server</a></li> | 22 <li><a class="reference internal" href="#step-2-start-a-local-server" id="id5">S
tep 2: Start a local server</a></li> |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle
/building.html"><em>Building</em></a>, <a class="reference internal" href="/nati
ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re
ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb
ugging pages</em></a> for information about how to build, run, and | 239 <li>See the <a class="reference internal" href="/native-client/devguide/devcycle
/building.html"><em>Building</em></a>, <a class="reference internal" href="/nati
ve-client/devguide/devcycle/running.html"><em>Running</em></a>, and <a class="re
ference internal" href="/native-client/devguide/devcycle/debugging.html"><em>Deb
ugging pages</em></a> for information about how to build, run, and |
232 debug Native Client applications.</li> | 240 debug Native Client applications.</li> |
233 <li>Check the <a class="reference external" href="https://chromium.googlesource.
com/webports">webports</a> project to | 241 <li>Check the <a class="reference external" href="https://chromium.googlesource.
com/webports">webports</a> project to |
234 see what libraries have been ported for use with Native Client. If you port an | 242 see what libraries have been ported for use with Native Client. If you port an |
235 open-source library for your own use, we recommend adding it to webports | 243 open-source library for your own use, we recommend adding it to webports |
236 (see <a class="reference external" href="https://chromium.googlesource.com/webpo
rts/+/master/CONTRIBUTING.md">How to check code into webports</a>).</li> | 244 (see <a class="reference external" href="https://chromium.googlesource.com/webpo
rts/+/master/CONTRIBUTING.md">How to check code into webports</a>).</li> |
237 </ul> | 245 </ul> |
238 </section> | 246 </section> |
239 | 247 |
240 {{/partials.standard_nacl_article}} | 248 {{/partials.standard_nacl_article}} |
OLD | NEW |