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

Unified Diff: native_client_sdk/src/doc/nacldev.rst

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/io2014.rst ('k') | native_client_sdk/src/doc/nacldev/cleanup_app.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.rst
diff --git a/native_client_sdk/src/doc/nacldev.rst b/native_client_sdk/src/doc/nacldev.rst
new file mode 100644
index 0000000000000000000000000000000000000000..da23c481b6c3735606beaa03670c0b4b4e517714
--- /dev/null
+++ b/native_client_sdk/src/doc/nacldev.rst
@@ -0,0 +1,45 @@
+.. _nacldev:
+
+####################
+NaCl Dev Environment
+####################
+
+Feature Status
+==============
+
+Here is a summary of feature status. We hope to overcome these limitations
+in the near future:
+
+ * NaCl Development Environment
+
+ * General
+
+ * Supported:
+
+ * Bash (built-in)
+ * Python (built-in)
+ * Git (built-in)
+ * Make (built-in)
+ * Vim (built-in)
+ * Nano (built-in)
+ * Curl (built-in) + geturl for web
+ * GCC w/ GLibC (x86-32 and x86-64 only)
+ * Lua (install with: `package -i lua && . setup-environment`)
+ * Ruby (install with: `package -i ruby && . setup-environment`)
+ * Nethack! (install with: `package -i nethack && . setup-environment`)
+
+ * Unsupported:
+
+ * Targeting Newlib
+ * Targeting PNaCl (getting close...)
+ * Forking in bash
+ * Pipes / Redirection
+ * Symbolic and hard links
+
+ * Missing / broken on ARM:
+
+ * GCC (unsupported)
+
+ * Debugger
+
+ * Open issue causing it to suck CPU cycles (even when not in use).
« no previous file with comments | « native_client_sdk/src/doc/io2014.rst ('k') | native_client_sdk/src/doc/nacldev/cleanup_app.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698