diff options
author | Brad Nelson <bradnelson@google.com> | 2014-11-14 15:58:32 -0800 |
---|---|---|
committer | Brad Nelson <bradnelson@google.com> | 2014-11-14 23:59:13 +0000 |
commit | 3ec1799a199d75eda8bfe2040252df4e05e10735 (patch) | |
tree | 41d325324071333a653fef824c6d609b6426b148 /native_client_sdk/doc_generated/nacldev.html | |
parent | 5ac9402d1f2354eccb5affd8b5672d8ce84a941e (diff) | |
download | chromium_src-3ec1799a199d75eda8bfe2040252df4e05e10735.zip chromium_src-3ec1799a199d75eda8bfe2040252df4e05e10735.tar.gz chromium_src-3ec1799a199d75eda8bfe2040252df4e05e10735.tar.bz2 |
Adding two codelabs for cds2014.
Adding two codelabs:
* PNaCl web devenv used to deploy a pnacl python app.
* devenv chrome app used to learn ppapi graphics 2d.
BUG=None
TEST=local + manual
R=binji@chromium.org
Review URL: https://codereview.chromium.org/731453002
Cr-Commit-Position: refs/heads/master@{#304304}
Diffstat (limited to 'native_client_sdk/doc_generated/nacldev.html')
-rw-r--r-- | native_client_sdk/doc_generated/nacldev.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/native_client_sdk/doc_generated/nacldev.html b/native_client_sdk/doc_generated/nacldev.html new file mode 100644 index 0000000..8ca6811 --- /dev/null +++ b/native_client_sdk/doc_generated/nacldev.html @@ -0,0 +1,56 @@ +{{+bindTo:partials.standard_nacl_article}} + +<section id="nacl-dev-environment"> +<span id="nacldev"></span><h1 id="nacl-dev-environment"><span id="nacldev"></span>NaCl Dev Environment</h1> +<h2 id="feature-status">Feature Status</h2> +<p>Here is a summary of feature status. We hope to overcome these limitations +in the near future:</p> +<blockquote> +<div><ul class="small-gap"> +<li><p class="first">NaCl Development Environment</p> +<ul class="small-gap"> +<li><p class="first">General</p> +<ul class="small-gap"> +<li><p class="first">Supported:</p> +<ul class="small-gap"> +<li>Bash (built-in)</li> +<li>Python (built-in)</li> +<li>Git (built-in)</li> +<li>Make (built-in)</li> +<li>Vim (built-in)</li> +<li>Nano (built-in)</li> +<li>Curl (built-in) + geturl for web</li> +<li>GCC w/ GLibC (x86-32 and x86-64 only)</li> +<li>Lua (install with: <cite>package -i lua && . setup-environment</cite>)</li> +<li>Ruby (install with: <cite>package -i ruby && . setup-environment</cite>)</li> +<li>Nethack! (install with: <cite>package -i nethack && . setup-environment</cite>)</li> +</ul> +</li> +<li><p class="first">Unsupported:</p> +<ul class="small-gap"> +<li>Targeting Newlib</li> +<li>Targeting PNaCl (getting close...)</li> +<li>Forking in bash</li> +<li>Pipes / Redirection</li> +<li>Symbolic and hard links</li> +</ul> +</li> +</ul> +</li> +<li><p class="first">Missing / broken on ARM:</p> +<ul class="small-gap"> +<li>GCC (unsupported)</li> +</ul> +</li> +</ul> +</li> +<li><p class="first">Debugger</p> +<ul class="small-gap"> +<li>Open issue causing it to suck CPU cycles (even when not in use).</li> +</ul> +</li> +</ul> +</div></blockquote> +</section> + +{{/partials.standard_nacl_article}} |