4 For this codelab, you will need to point your web browser at
5 the Beta preview of our in-browser NaCl Dev Environment.
9 <a href="https://naclports.storage.googleapis.com/builds/pepper_41/trunk-176-g9b9e342/publish/devenv/pnacl/app/bash.html"
10 target="_blank">Click here to open the environment.</a>
12 While no installation is needed, the first load of the page will
13 require you to agree to allow the page unlimited storage
14 (Click "Ok" in the bar at the top of your browser window.)
16 The first run requires a large download. Please be patient.
17 Also, as PNaCl translates executables to native code on demand,
18 each program will also have a noticable load delay on first run.
19 We're actively working to improve this.
21 NOTE: This environment will leave a substantial (800MB) payload in your
22 browser. See the cleanup section below to learn how to recover this space.
24 Once the download is complete, you should see a bash prompt (ignore
25 the gcc warning, our web C compiler is coming soon!)::
27 WARNING: gcc not yet available for your platform (coming soon).
30 .. include:: ../nacldev/web_tools_note.inc
32 .. include:: ../nacldev/navigating.inc
34 .. include:: ../nacldev/clipboard_web.inc
36 .. include:: ../nacldev/editing.inc
38 .. include:: ../nacldev/git.inc