OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="building-a-nacl-app"> | 3 <b><font color="#cc0000"> |
4 <span id="io2014"></span><h1 id="building-a-nacl-app"><span id="io2014"></span>B
uilding a NaCl App</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="building-a-nacl-app"> |
| 12 <h1 id="building-a-nacl-app">Building a NaCl App</h1> |
5 <h2 id="in-the-browser">In the browser!</h2> | 13 <h2 id="in-the-browser">In the browser!</h2> |
6 <p>Follow along with Brad Nelson’s Google I/O 2014 talk. | 14 <p>Follow along with Brad Nelson’s Google I/O 2014 talk. |
7 Explore our new in-browser development environment and debugger.</p> | 15 Explore our new in-browser development environment and debugger.</p> |
8 <p>Learn how easy it is to edit, build, and debug NaCl application | 16 <p>Learn how easy it is to edit, build, and debug NaCl application |
9 all in your desktop web browser or on a Chromebook. | 17 all in your desktop web browser or on a Chromebook. |
10 Work either on-line or off-line!</p> | 18 Work either on-line or off-line!</p> |
11 <iframe class="video" width="500" height="281" | 19 <iframe class="video" width="500" height="281" |
12 src="//www.youtube.com/embed/OzNuzBDEWzk?rel=0" frameborder="0"></iframe><div><b
><font color="#880000" style="font-size: 120%"> | 20 src="//www.youtube.com/embed/OzNuzBDEWzk?rel=0" frameborder="0"></iframe><div><b
><font color="#880000" style="font-size: 120%"> |
13 NOTE: The NaCl Development Environment has changed since this video was made. | 21 NOTE: The NaCl Development Environment has changed since this video was made. |
14 The instructions below no longer match the video. | 22 The instructions below no longer match the video. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 $ make voronoi | 126 $ make voronoi |
119 </pre> | 127 </pre> |
120 <h3 id="thanks">Thanks</h3> | 128 <h3 id="thanks">Thanks</h3> |
121 <p>Thanks for checking out our environment. | 129 <p>Thanks for checking out our environment. |
122 Things are rapidly changing and in the coming months you can expect to see | 130 Things are rapidly changing and in the coming months you can expect to see |
123 further improvements and filling out of our platform and library support.</p> | 131 further improvements and filling out of our platform and library support.</p> |
124 <p>Follow the status of the NaCl Dev Environment at <a class="reference internal
" href="/native-client/nacldev.html"><em>this page</em></a>.</p> | 132 <p>Follow the status of the NaCl Dev Environment at <a class="reference internal
" href="/native-client/nacldev.html"><em>this page</em></a>.</p> |
125 </section> | 133 </section> |
126 | 134 |
127 {{/partials.standard_nacl_article}} | 135 {{/partials.standard_nacl_article}} |
OLD | NEW |