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

Side by Side Diff: native_client_sdk/doc_generated/cds2014/cpp.html

Issue 874063003: Switching an cds2014 https link back to http for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « no previous file | native_client_sdk/src/doc/cds2014/cpp.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="a-saga-of-fire-and-water-codelab"> 3 <section id="a-saga-of-fire-and-water-codelab">
4 <span id="cds2014-cpp"></span><h1 id="a-saga-of-fire-and-water-codelab"><span id ="cds2014-cpp"></span>A Saga of Fire and Water - Codelab</h1> 4 <span id="cds2014-cpp"></span><h1 id="a-saga-of-fire-and-water-codelab"><span id ="cds2014-cpp"></span>A Saga of Fire and Water - Codelab</h1>
5 <h2 id="introduction">Introduction</h2> 5 <h2 id="introduction">Introduction</h2>
6 <p>Learn the basics of using PPAPI to do 2D graphics from 6 <p>Learn the basics of using PPAPI to do 2D graphics from
7 a C++ program running in Native Client. 7 a C++ program running in Native Client.
8 Modify our sample to turn fire into water. 8 Modify our sample to turn fire into water.
9 Develop inside Google Chrome, using our NaCl Development Environment 9 Develop inside Google Chrome, using our NaCl Development Environment
10 Chrome App. 10 Chrome App.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 for use:</p> 151 for use:</p>
152 <pre class="prettyprint"> 152 <pre class="prettyprint">
153 git config --global user.name &quot;John Doe&quot; 153 git config --global user.name &quot;John Doe&quot;
154 git config --global user.email johndoe&#64;example.com 154 git config --global user.email johndoe&#64;example.com
155 </pre> 155 </pre>
156 <h2 id="get-the-code">Get the Code!</h2> 156 <h2 id="get-the-code">Get the Code!</h2>
157 <p>Rather than start from nothing, for this codelab we&#8217;ve provided 157 <p>Rather than start from nothing, for this codelab we&#8217;ve provided
158 you with a zip file containing a starting point.</p> 158 you with a zip file containing a starting point.</p>
159 <p>Download the codelab:</p> 159 <p>Download the codelab:</p>
160 <pre class="prettyprint"> 160 <pre class="prettyprint">
161 curl https://nacltools.storage.googleapis.com/cds2014/cds2014_cpp.zip -O 161 curl http://nacltools.storage.googleapis.com/cds2014/cds2014_cpp.zip -O
162 </pre> 162 </pre>
163 <p>Unzip it:</p> 163 <p>Unzip it:</p>
164 <pre class="prettyprint"> 164 <pre class="prettyprint">
165 unzip cds2014_cpp.zip 165 unzip cds2014_cpp.zip
166 </pre> 166 </pre>
167 <p>Go into the codelab directory:</p> 167 <p>Go into the codelab directory:</p>
168 <pre class="prettyprint"> 168 <pre class="prettyprint">
169 cd cds2014_cpp 169 cd cds2014_cpp
170 </pre> 170 </pre>
171 <p>Create a new local git repo:</p> 171 <p>Create a new local git repo:</p>
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 and bring an awesome C/C++ application to NaCl or PNaCl today!</p> 261 and bring an awesome C/C++ application to NaCl or PNaCl today!</p>
262 <h2 id="cleanup">Cleanup</h2> 262 <h2 id="cleanup">Cleanup</h2>
263 <p>The Chrome Dev Environment App installs &gt;800MB into 263 <p>The Chrome Dev Environment App installs &gt;800MB into
264 HTML5 Filesystem storage on your device. 264 HTML5 Filesystem storage on your device.
265 To recover this storage, uninstall the app from the 265 To recover this storage, uninstall the app from the
266 <a href="https://chrome.google.com/webstore" 266 <a href="https://chrome.google.com/webstore"
267 target="_blank">Chrome Web Store</a>.</p> 267 target="_blank">Chrome Web Store</a>.</p>
268 </section> 268 </section>
269 269
270 {{/partials.standard_nacl_article}} 270 {{/partials.standard_nacl_article}}
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/doc/cds2014/cpp.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698