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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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).
OLDNEW
« 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