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

Unified Diff: native_client_sdk/src/doc/nacldev/setup_web.inc

Issue 731453002: Adding two codelabs for cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/nacldev/setup_web.inc
diff --git a/native_client_sdk/src/doc/nacldev/setup_web.inc b/native_client_sdk/src/doc/nacldev/setup_web.inc
new file mode 100644
index 0000000000000000000000000000000000000000..6fd32db1153d7bd8b979b54b96446cb5ae7a229c
--- /dev/null
+++ b/native_client_sdk/src/doc/nacldev/setup_web.inc
@@ -0,0 +1,37 @@
+Setup
+-----
+
+For this codelab, you will need to point your web browser at
+the Beta preview of our in-browser NaCl Dev Environment.
+
+.. raw:: html
+
+ <a href="https://naclports.storage.googleapis.com/builds/pepper_41/trunk-169-gc77aece/publish/devenv/pnacl/app/bash.html"
+ target="_blank">Click here to open the environment.</a>
+
+While no installation is needed, the first load of the page will
+require you to agree to allow the page unlimited storage
+(Click "Ok" in the bar at the top of your browser window.)
+
+The first run requires a large download. Please be patient.
+Also, as PNaCl translates executables to native code on demand,
+each program will also have have a noticable load delay on first run.
+We're actively working to improve this.
+
+NOTE: This environment will leave a substantial (800MB) payload in your
+browser. See the cleanup section below to learn how to recover this space.
+
+Once the download is complete you should see a bash prompt::
+
+ WARNING: gcc not yet available for your platform (coming soon).
+ bash.nmf-4.3$
+
+.. include:: ../nacldev/web_tools_note.inc
+
+.. include:: ../nacldev/navigating.inc
+
+.. include:: ../nacldev/clipboard_web.inc
+
+.. include:: ../nacldev/editing.inc
+
+.. include:: ../nacldev/git.inc
« no previous file with comments | « native_client_sdk/src/doc/nacldev/setup_app.inc ('k') | native_client_sdk/src/doc/nacldev/web_tools_note.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698