OLD | NEW |
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 Loading... |
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>`_). |
OLD | NEW |