| Index: samples/hi/README
|
| ===================================================================
|
| --- samples/hi/README (revision 6168)
|
| +++ samples/hi/README (working copy)
|
| @@ -12,8 +12,12 @@
|
| 2. build the dartc compiler:
|
| $ ./tools/build.py --arch=ia32
|
|
|
| -3. run the htmlconverter tool, that converts the dart code to javascript:
|
| - $ python ./client/tools/htmlconverter.py client/samples/hi/hi.html -o out/
|
| +3. either compile the Dart code to JavaScript, or load the code directly into
|
| + Dartium:
|
|
|
| -4. open the generated file in a browser:
|
| - $ google-chrome out/client/samples/hi/hi-js.html
|
| + - to compile the code:
|
| + $(DART_SDK)/bin/frogc --out=hi.dart.js hi.dart
|
| +
|
| +4. open the generated file in a browser (either Dartium, Chrome, or another
|
| + supported browser):
|
| + $ google-chrome hi.html
|
|
|