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

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: 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
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 * Python (built-in)
20 * GCC w/ GLibC (x86-32 and x86-64 only)
21 * Lua (install with: `package -i lua && . setup-environment`)
22 * Ruby (install with: `package -i ruby && . setup-environment`)
23 * Nethack! (install with: `package -i nethack && . setup-environment`)
24
25 * Unsupported:
26
27 * Targeting Newlib
28 * Targeting PNaCl
29 * Forking in bash
30 * Pipes / Redirection
31 * Symbolic and hard links
32
33 * Missing / broken on ARM:
34
35 * Git (broken)
36 * GCC (unsupported)
37
38 * Debugger
39
40 * 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.
41 * Currently unreliable on some platforms:
42
43 * ChromeOS
44 * Mac OSX
45 * Windows
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698