Chromium Code Reviews| Index: samples/chat/README |
| =================================================================== |
| --- samples/chat/README (revision 881) |
| +++ samples/chat/README (working copy) |
| @@ -33,7 +33,6 @@ |
| First of all make sure that the Dart VM and Dart compiler are build by |
| running the following from the root of the Dart checkout: |
| -$ tools/build.py --arch=dartc --mode=release |
| $ tools/build.py --arch=ia32 --mode=release |
|
kasperl
2011/10/28 10:35:18
Does this still build DartC?
ngeoffray
2011/10/28 10:39:05
Yes. It's building at the top-level, so it's build
|
| All the commands below should be executed in the samples/chat |
| @@ -44,7 +43,7 @@ |
| First step is to compile the client Dart source into JavaScript for |
| the browser. |
| -$ ../../out/Release_dartc/dartc dart_client/chat.dart |
| +$ ../../out/Release_ia32/dartc dart_client/chat.dart |
| This will create the JavaScript for the Dart application in the out |
| directory. |