OLD | NEW |
(Empty) | |
| 1 .. _nacldev: |
| 2 |
| 3 #################### |
| 4 NaCl Dev Environment |
| 5 #################### |
| 6 |
| 7 Feature Status |
| 8 ============== |
| 9 |
| 10 Here is a summary of feature status. We hope to overcome these limitations |
| 11 in the near future: |
| 12 |
| 13 * NaCl Development Environment |
| 14 |
| 15 * General |
| 16 |
| 17 * Supported: |
| 18 |
| 19 * Bash (built-in) |
| 20 * Python (built-in) |
| 21 * Git (built-in) |
| 22 * Make (built-in) |
| 23 * Vim (built-in) |
| 24 * Nano (built-in) |
| 25 * Curl (built-in) + geturl for web |
| 26 * GCC w/ GLibC (x86-32 and x86-64 only) |
| 27 * Lua (install with: `package -i lua && . setup-environment`) |
| 28 * Ruby (install with: `package -i ruby && . setup-environment`) |
| 29 * Nethack! (install with: `package -i nethack && . setup-environment`) |
| 30 |
| 31 * Unsupported: |
| 32 |
| 33 * Targeting Newlib |
| 34 * Targeting PNaCl (getting close...) |
| 35 * Forking in bash |
| 36 * Pipes / Redirection |
| 37 * Symbolic and hard links |
| 38 |
| 39 * Missing / broken on ARM: |
| 40 |
| 41 * GCC (unsupported) |
| 42 |
| 43 * Debugger |
| 44 |
| 45 * Open issue causing it to suck CPU cycles (even when not in use). |
OLD | NEW |