Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: native_client_sdk/src/doc/quick-start.rst

Issue 23835002: [NaCl docs] Initial commit of the new docs infrastructure into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ignore Sphinx-y code in presubmit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/overview.rst ('k') | native_client_sdk/src/doc/rest-devsite-examples.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698