OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="c-tutorial-getting-started-part-2"> | 3 <b><font color="#cc0000"> |
4 <span id="tutorial2"></span><h1 id="c-tutorial-getting-started-part-2"><span id=
"tutorial2"></span>C++ Tutorial: Getting Started (Part 2)</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-2"> |
| 12 <h1 id="c-tutorial-getting-started-part-2">C++ Tutorial: Getting Started (Part 2
)</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><a class="reference internal" href="#overview" id="id1">Overview</a></li> | 15 <li><a class="reference internal" href="#overview" id="id1">Overview</a></li> |
8 <li><p class="first"><a class="reference internal" href="#using-the-native-clien
t-sdk-build-system" id="id2">Using the Native Client SDK build system</a></p> | 16 <li><p class="first"><a class="reference internal" href="#using-the-native-clien
t-sdk-build-system" id="id2">Using the Native Client SDK build system</a></p> |
9 <ul class="small-gap"> | 17 <ul class="small-gap"> |
10 <li><a class="reference internal" href="#simplifying-the-makefile" id="id3">Simp
lifying the Makefile</a></li> | 18 <li><a class="reference internal" href="#simplifying-the-makefile" id="id3">Simp
lifying the Makefile</a></li> |
11 <li><a class="reference internal" href="#choosing-valid-toolchains-and-including
-common-mk" id="id4">Choosing valid toolchains, and including common.mk</a></li> | 19 <li><a class="reference internal" href="#choosing-valid-toolchains-and-including
-common-mk" id="id4">Choosing valid toolchains, and including common.mk</a></li> |
12 <li><a class="reference internal" href="#configuring-your-project" id="id5">Conf
iguring your project</a></li> | 20 <li><a class="reference internal" href="#configuring-your-project" id="id5">Conf
iguring your project</a></li> |
13 <li><a class="reference internal" href="#build-macros" id="id6">Build macros</a>
</li> | 21 <li><a class="reference internal" href="#build-macros" id="id6">Build macros</a>
</li> |
14 </ul> | 22 </ul> |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 </li> | 442 </li> |
435 <li><p class="first">Re-run the application by reloading <code>http://localhost:
5103/part2</code> in | 443 <li><p class="first">Re-run the application by reloading <code>http://localhost:
5103/part2</code> in |
436 Chrome.</p> | 444 Chrome.</p> |
437 <p>After Chrome loads the Native Client module, you should see the message sent | 445 <p>After Chrome loads the Native Client module, you should see the message sent |
438 from the module.</p> | 446 from the module.</p> |
439 </li> | 447 </li> |
440 </ol> | 448 </ol> |
441 </section> | 449 </section> |
442 | 450 |
443 {{/partials.standard_nacl_article}} | 451 {{/partials.standard_nacl_article}} |
OLD | NEW |