OLD | NEW |
1 .. _quick-start: | 1 .. _quick-start: |
2 | 2 |
3 ########### | 3 ########### |
4 Quick-start | 4 Quick-start |
5 ########### | 5 ########### |
6 | 6 |
7 To get started with Native Client: | 7 To get started with Native Client: |
8 | 8 |
9 1. Read the :doc:`Technical Overview <overview>` to understand how a Native | 9 #. Read the :doc:`Technical Overview <overview>` to understand what Native |
10 Client application is structured and to get a feel for what you need to do | 10 Client is, how a Native Client application is structured and to get a feel |
11 to port existing code. | 11 for what you need to do to port existing code. |
12 2. Play with some of the applications in the `Application Gallery | 12 #. Play with some of the applications in the :doc:`Application Gallery |
13 <https://developers.google.com/native-client/community/application-gallery>`_ | 13 <community/application-gallery>` to see what others have done so far. |
14 to see what others have done so far. | 14 #. Go through the :doc:`Getting Started Tutorial <devguide/tutorial>`. The |
15 3. Download the :doc:`Native Client SDK <sdk/download>`. | |
16 4. Go through the `Getting Started Tutorial | |
17 <https://developers.google.com/native-client/devguide/tutorial>`_. The | |
18 tutorial walks you through how to get Native Client set up for the first | 15 tutorial walks you through how to get Native Client set up for the first |
19 time and check for browser version compatibility. | 16 time and check for browser version compatibility. |
20 5. Take a look through some of the applications in the ``pepper_28/examples/`` | 17 #. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some |
21 directory in the SDK. You can learn how to build and run the applications | 18 of the examples. You can learn how to build and run the example applications |
22 on the `Running the SDK Examples page | 19 on the :doc:`Running the SDK Examples <sdk/examples>` page. |
23 <https://developers.google.com/native-client/sdk/sdk-examples>`_. | 20 #. Browse through the :doc:`Developer's Guide <devguide/index>` and the |
24 6. Browse through the `Developer's Guide | 21 :doc:`Pepper API <peppercpp/index>` reference documentation. |
25 <https://developers.google.com/native-client/devguide>`_ and the `Pepper | 22 |
26 API <https://developers.google.com/native-client/peppercpp/>`_ reference | |
27 documentation. | |
OLD | NEW |