Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / doc / nacldev.rst
blobda23c481b6c3735606beaa03670c0b4b4e517714
1 .. _nacldev:
3 ####################
4 NaCl Dev Environment
5 ####################
7 Feature Status
8 ==============
10 Here is a summary of feature status. We hope to overcome these limitations
11 in the near future:
13   * NaCl Development Environment
15     * General
17       * Supported:
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`)
31       * Unsupported:
33         * Targeting Newlib
34         * Targeting PNaCl (getting close...)
35         * Forking in bash
36         * Pipes / Redirection
37         * Symbolic and hard links
39     * Missing / broken on ARM:
41       * GCC (unsupported)
43   * Debugger
45     * Open issue causing it to suck CPU cycles (even when not in use).