OLD | NEW |
1 .. _cds2014_cpp: | 1 .. _cds2014_cpp: |
2 | 2 |
3 ################################## | 3 ################################## |
4 A Saga of Fire and Water - Codelab | 4 A Saga of Fire and Water - Codelab |
5 ################################## | 5 ################################## |
6 | 6 |
7 Introduction | 7 Introduction |
8 ------------ | 8 ------------ |
9 | 9 |
10 .. include:: cpp_summary.inc | 10 .. include:: cpp_summary.inc |
11 | 11 |
12 .. include:: ../nacldev/setup_app.inc | 12 .. include:: ../nacldev/setup_app.inc |
13 | 13 |
14 Get the Code! | 14 Get the Code! |
15 ------------- | 15 ------------- |
16 | 16 |
17 Rather than start from nothing, for this codelab we've provided | 17 Rather than start from nothing, for this codelab we've provided |
18 you with a zip file containing a starting point. | 18 you with a zip file containing a starting point. |
19 | 19 |
20 Download the codelab:: | 20 Download the codelab:: |
21 | 21 |
22 curl https://nacltools.storage.googleapis.com/cds2014/cds2014_cpp.zip -O | 22 curl http://nacltools.storage.googleapis.com/cds2014/cds2014_cpp.zip -O |
23 | 23 |
24 Unzip it:: | 24 Unzip it:: |
25 | 25 |
26 unzip cds2014_cpp.zip | 26 unzip cds2014_cpp.zip |
27 | 27 |
28 Go into the codelab directory:: | 28 Go into the codelab directory:: |
29 | 29 |
30 cd cds2014_cpp | 30 cd cds2014_cpp |
31 | 31 |
32 Create a new local git repo:: | 32 Create a new local git repo:: |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, | 149 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
150 or ask questions using Stack Overflow's `google-nativeclient | 150 or ask questions using Stack Overflow's `google-nativeclient |
151 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. | 151 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
152 | 152 |
153 | 153 |
154 I hope this codelab has lit a fire in you to go out there, | 154 I hope this codelab has lit a fire in you to go out there, |
155 and bring an awesome C/C++ application to NaCl or PNaCl today! | 155 and bring an awesome C/C++ application to NaCl or PNaCl today! |
156 | 156 |
157 | 157 |
158 .. include:: ../nacldev/cleanup_app.inc | 158 .. include:: ../nacldev/cleanup_app.inc |
OLD | NEW |