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