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

Side by Side Diff: native_client_sdk/src/doc/cds2014/cpp.rst

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, 10 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 | « native_client_sdk/doc_generated/cds2014/cpp.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/cds2014/cpp.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698