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

Unified Diff: native_client_sdk/src/doc/nacldev/setup_app.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
« no previous file with comments | « native_client_sdk/src/doc/nacldev/navigating.inc ('k') | native_client_sdk/src/doc/nacldev/setup_web.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/nacldev/setup_app.inc
diff --git a/native_client_sdk/src/doc/nacldev/setup_app.inc b/native_client_sdk/src/doc/nacldev/setup_app.inc
new file mode 100644
index 0000000000000000000000000000000000000000..e7ffdb178f17fe974ce91ca3c869f0a8a7f4e003
--- /dev/null
+++ b/native_client_sdk/src/doc/nacldev/setup_app.inc
@@ -0,0 +1,33 @@
+Setup
+-----
+
+For this codelab, you will need to install the our
+Beta NaCl Dev Environment App in your web browser.
+
+.. raw:: html
+
+ <a href="https://chrome.google.com/webstore/detail/nacl-development-environm/aljpgkjeipgnmdpikaajmnepbcfkglfa"
+ target="_blank">Click here to install the environment.</a>
+
+You will need to click "Install" to add the NaCl Dev Environment
+to your browser.
+
+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 installation is complete, run the app.
+
+On the first run, it will download several packages.
+Once download is complete you should see a bash prompt::
+
+ bash.nmf-4.3$
+
+.. include:: ../nacldev/web_tools_note.inc
+
+.. include:: ../nacldev/navigating.inc
+
+.. include:: ../nacldev/clipboard_app.inc
+
+.. include:: ../nacldev/editing.inc
+
+.. include:: ../nacldev/git.inc
« no previous file with comments | « native_client_sdk/src/doc/nacldev/navigating.inc ('k') | native_client_sdk/src/doc/nacldev/setup_web.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698