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

Side by Side Diff: native_client_sdk/src/doc/nacldev/setup_web.inc

Issue 731323003: Revising cds2014 samples based on first round of feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add html Created 6 years, 1 month 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/src/doc/cds2014/python.rst ('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 Setup 1 Setup
2 ----- 2 -----
3 3
4 For this codelab, you will need to point your web browser at 4 For this codelab, you will need to point your web browser at
5 the Beta preview of our in-browser NaCl Dev Environment. 5 the Beta preview of our in-browser NaCl Dev Environment.
6 6
7 .. raw:: html 7 .. raw:: html
8 8
9 <a href="https://naclports.storage.googleapis.com/builds/pepper_41/trunk-169-g c77aece/publish/devenv/pnacl/app/bash.html" 9 <a href="https://naclports.storage.googleapis.com/builds/pepper_41/trunk-176-g 9b9e342/publish/devenv/pnacl/app/bash.html"
10 target="_blank">Click here to open the environment.</a> 10 target="_blank">Click here to open the environment.</a>
11 11
12 While no installation is needed, the first load of the page will 12 While no installation is needed, the first load of the page will
13 require you to agree to allow the page unlimited storage 13 require you to agree to allow the page unlimited storage
14 (Click "Ok" in the bar at the top of your browser window.) 14 (Click "Ok" in the bar at the top of your browser window.)
15 15
16 The first run requires a large download. Please be patient. 16 The first run requires a large download. Please be patient.
17 Also, as PNaCl translates executables to native code on demand, 17 Also, as PNaCl translates executables to native code on demand,
18 each program will also have have a noticable load delay on first run. 18 each program will also have have a noticable load delay on first run.
19 We're actively working to improve this. 19 We're actively working to improve this.
20 20
21 NOTE: This environment will leave a substantial (800MB) payload in your 21 NOTE: This environment will leave a substantial (800MB) payload in your
22 browser. See the cleanup section below to learn how to recover this space. 22 browser. See the cleanup section below to learn how to recover this space.
23 23
24 Once the download is complete you should see a bash prompt:: 24 Once the download is complete you should see a bash prompt::
25 25
26 WARNING: gcc not yet available for your platform (coming soon). 26 WARNING: gcc not yet available for your platform (coming soon).
27 bash.nmf-4.3$ 27 bash.nmf-4.3$
28 28
29 .. include:: ../nacldev/web_tools_note.inc 29 .. include:: ../nacldev/web_tools_note.inc
30 30
31 .. include:: ../nacldev/navigating.inc 31 .. include:: ../nacldev/navigating.inc
32 32
33 .. include:: ../nacldev/clipboard_web.inc 33 .. include:: ../nacldev/clipboard_web.inc
34 34
35 .. include:: ../nacldev/editing.inc 35 .. include:: ../nacldev/editing.inc
36 36
37 .. include:: ../nacldev/git.inc 37 .. include:: ../nacldev/git.inc
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/cds2014/python.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698