OLD | NEW |
(Empty) | |
| 1 Setup |
| 2 ----- |
| 3 |
| 4 For this codelab, you will need to install the our |
| 5 Beta NaCl Dev Environment App in your web browser. |
| 6 |
| 7 .. raw:: html |
| 8 |
| 9 <a href="https://chrome.google.com/webstore/detail/nacl-development-environm/a
ljpgkjeipgnmdpikaajmnepbcfkglfa" |
| 10 target="_blank">Click here to install the environment.</a> |
| 11 |
| 12 You will need to click "Install" to add the NaCl Dev Environment |
| 13 to your browser. |
| 14 |
| 15 NOTE: This environment will leave a substantial (800MB) payload in your |
| 16 browser. See the cleanup section below to learn how to recover this space. |
| 17 |
| 18 Once the installation is complete, run the app. |
| 19 |
| 20 On the first run, it will download several packages. |
| 21 Once download is complete you should see a bash prompt:: |
| 22 |
| 23 bash.nmf-4.3$ |
| 24 |
| 25 .. include:: ../nacldev/web_tools_note.inc |
| 26 |
| 27 .. include:: ../nacldev/navigating.inc |
| 28 |
| 29 .. include:: ../nacldev/clipboard_app.inc |
| 30 |
| 31 .. include:: ../nacldev/editing.inc |
| 32 |
| 33 .. include:: ../nacldev/git.inc |
OLD | NEW |