Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / doc / quick-start.rst
blob89535d6d6791a8623fe9e145d00b7cca832a23e2
1 .. _quick-start:
3 ###########
4 Quick-start
5 ###########
7 To get started with Native Client:
9 #. Read the :doc:`Technical Overview <overview>` to understand what Native
10    Client is, how a Native Client application is structured and to get a feel
11    for what you need to do to port existing code.
12 #. Play with some of the applications in the `Application Gallery
13    <community/application-gallery>`_ to see what others have done so far.
14 #. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/tutorial-part1>`. The
15    tutorial walks you through how to get Native Client set up for the first
16    time and check for browser version compatibility.
17 #. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some
18    of the examples. You can learn how to build and run the example applications
19    on the :doc:`Running the SDK Examples <sdk/examples>` page.
20 #. Browse through the :doc:`Developer's Guide <devguide/index>` and the
21    :doc:`Pepper API <pepper_stable/index>` reference documentation. The
22    :doc:`Glossary <glossary>` defines some terms and names commonly used
23    throughout the documentation.