quick-start.html 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. {{+bindTo:partials.standard_nacl_article}}
  2. <b><font color="#cc0000">
  3. NOTE:
  4. Deprecation of the technologies described here has been announced
  5. for platforms other than ChromeOS.<br/>
  6. Please visit our
  7. <a href="/native-client/migration">migration guide</a>
  8. for details.
  9. </font></b>
  10. <hr/><section id="id1">
  11. <h1 id="id1">Quick-start</h1>
  12. <p>To get started with Native Client:</p>
  13. <ol class="arabic simple">
  14. <li>Read the <a class="reference internal" href="/native-client/overview.html"><em>Technical Overview</em></a> to understand what Native
  15. Client is, how a Native Client application is structured and to get a feel
  16. for what you need to do to port existing code.</li>
  17. <li>Play with some of the applications in the <a class="reference external" href="community/application-gallery">Application Gallery</a> to see what others have done so far.</li>
  18. <li>Go through the <a class="reference internal" href="/native-client/devguide/tutorial/tutorial-part1.html"><em>Getting Started Tutorial</em></a>. The
  19. tutorial walks you through how to get Native Client set up for the first
  20. time and check for browser version compatibility.</li>
  21. <li>Download the <a class="reference internal" href="/native-client/sdk/download.html"><em>Native Client SDK</em></a> and take a look at some
  22. of the examples. You can learn how to build and run the example applications
  23. on the <a class="reference internal" href="/native-client/sdk/examples.html"><em>Running the SDK Examples</em></a> page.</li>
  24. <li>Browse through the <a class="reference internal" href="/native-client/devguide/index.html"><em>Developer&#8217;s Guide</em></a> and the
  25. <a class="reference internal" href="/native-client/pepper_stable/index.html"><em>Pepper API</em></a> reference documentation. The
  26. <a class="reference internal" href="/native-client/glossary.html"><em>Glossary</em></a> defines some terms and names commonly used
  27. throughout the documentation.</li>
  28. </ol>
  29. </section>
  30. {{/partials.standard_nacl_article}}