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

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: 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.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..d478365840e87c7ebafac76ff6a3da208483fc5f
--- /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:
+
+ * Python (built-in)
+ * 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
+ * Forking in bash
+ * Pipes / Redirection
+ * Symbolic and hard links
+
+ * Missing / broken on ARM:
+
+ * Git (broken)
+ * GCC (unsupported)
+
+ * Debugger
+
+ * Runs reliably only on a recent Beta or Dev Channel (M36+) build.
binji 2014/11/14 19:19:17 this is stable now, right?
bradn 2014/11/14 23:55:35 Done.
+ * Currently unreliable on some platforms:
+
+ * ChromeOS
+ * Mac OSX
+ * Windows

Powered by Google App Engine
This is Rietveld 408576698