OLD | NEW |
1 .. _tutorial2: | 1 .. _tutorial2: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ###################################### | 5 ###################################### |
4 C++ Tutorial: Getting Started (Part 2) | 6 C++ Tutorial: Getting Started (Part 2) |
5 ###################################### | 7 ###################################### |
6 | 8 |
7 .. contents:: | 9 .. contents:: |
8 :local: | 10 :local: |
9 :backlinks: none | 11 :backlinks: none |
10 :depth: 2 | 12 :depth: 2 |
11 | 13 |
12 Overview | 14 Overview |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 Compile the Native Client module and run the application again | 503 Compile the Native Client module and run the application again |
502 ============================================================== | 504 ============================================================== |
503 | 505 |
504 #. Compile the Native Client module by running the ``make`` command again. | 506 #. Compile the Native Client module by running the ``make`` command again. |
505 #. Start the SDK web server by running ``make server``. | 507 #. Start the SDK web server by running ``make server``. |
506 #. Re-run the application by reloading ``http://localhost:5103/part2`` in | 508 #. Re-run the application by reloading ``http://localhost:5103/part2`` in |
507 Chrome. | 509 Chrome. |
508 | 510 |
509 After Chrome loads the Native Client module, you should see the message sent | 511 After Chrome loads the Native Client module, you should see the message sent |
510 from the module. | 512 from the module. |
OLD | NEW |