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 |