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

Side by Side Diff: native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst

Issue 1531683006: [NaCl SDK] Remove references to naclports bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 .. _tutorial: 1 .. _tutorial:
2 2
3 ###################################### 3 ######################################
4 C++ Tutorial: Getting Started (Part 1) 4 C++ Tutorial: Getting Started (Part 1)
5 ###################################### 5 ######################################
6 6
7 .. contents:: 7 .. contents::
8 :local: 8 :local:
9 :backlinks: none 9 :backlinks: none
10 :depth: 2 10 :depth: 2
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 Native Client module. 285 Native Client module.
286 * Check the `C++ Reference </native-client/pepper_stable/cpp>`_ for details 286 * Check the `C++ Reference </native-client/pepper_stable/cpp>`_ for details
287 about how to use the Pepper APIs. 287 about how to use the Pepper APIs.
288 * Browse through the source code of the SDK examples (in the ``examples`` 288 * Browse through the source code of the SDK examples (in the ``examples``
289 directory) to learn additional techniques for writing Native Client 289 directory) to learn additional techniques for writing Native Client
290 applications and using the Pepper APIs. 290 applications and using the Pepper APIs.
291 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running 291 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running
292 </devguide/devcycle/running>`, and :doc:`Debugging pages 292 </devguide/devcycle/running>`, and :doc:`Debugging pages
293 </devguide/devcycle/debugging>` for information about how to build, run, and 293 </devguide/devcycle/debugging>` for information about how to build, run, and
294 debug Native Client applications. 294 debug Native Client applications.
295 * Check the `naclports <http://code.google.com/p/naclports/>`_ project to see 295 * Check the `webports <https://chromium.googlesource.com/webports>`_ project to
296 what libraries have been ported for use with Native Client. If you port an 296 see what libraries have been ported for use with Native Client. If you port an
297 open-source library for your own use, we recommend adding it to naclports 297 open-source library for your own use, we recommend adding it to webports
298 (see `How to check code into naclports 298 (see `How to check code into webports
299 <http://code.google.com/p/naclports/wiki/HowTo_Checkin>`_). 299 <https://chromium.googlesource.com/webports/+/master/CONTRIBUTING.md>`_).
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst ('k') | native_client_sdk/src/doc/faq.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698