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 http://nacltools.storage.googleapis.com/cds2014/cds2014_cpp.zip -O | 22 curl https://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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 ------------------- | 130 ------------------- |
131 | 131 |
132 In addition to learning a new appreciation for fire, you've also made water... | 132 In addition to learning a new appreciation for fire, you've also made water... |
133 And while dusting off your C/C++ image manipulation skills, | 133 And while dusting off your C/C++ image manipulation skills, |
134 you've discovered how easy it is to modify, build, | 134 you've discovered how easy it is to modify, build, |
135 and run a NaCl application that uses PPAPI. | 135 and run a NaCl application that uses PPAPI. |
136 | 136 |
137 2D graphics is fun, but now you're ready to check out the wealth of | 137 2D graphics is fun, but now you're ready to check out the wealth of |
138 other | 138 other |
139 `PPAPI interfaces available | 139 `PPAPI interfaces available |
140 <http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/cpp/>`_. | 140 <https://src.chromium.org/viewvc/chrome/trunk/src/ppapi/cpp/>`_. |
141 | 141 |
142 While our in-browser environment is rapidly evolving | 142 While our in-browser environment is rapidly evolving |
143 to become a complete development solution, | 143 to become a complete development solution, |
144 for the broadest range of development options, check out the | 144 for the broadest range of development options, check out the |
145 `NaCl SDK | 145 `NaCl SDK |
146 <https://developer.chrome.com/native-client/cpp-api>`_. | 146 <https://developer.chrome.com/native-client/cpp-api>`_. |
147 | 147 |
148 For questions, concerns, or help contact us at | 148 Send us comments and feedback on the `native-client-discuss |
149 `native-client-discuss@googlegroups.com | 149 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
150 <https://groups.google.com/forum/#!forum/native-client-discuss>`_. | 150 or ask questions using Stack Overflow's `google-nativeclient |
| 151 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
| 152 |
151 | 153 |
152 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, |
153 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! |
154 | 156 |
155 | 157 |
156 .. include:: ../nacldev/cleanup_app.inc | 158 .. include:: ../nacldev/cleanup_app.inc |
OLD | NEW |