Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: samples/chat/README

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/belay/buzzer/start-server ('k') | tools/make_bundle.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « samples/belay/buzzer/start-server ('k') | tools/make_bundle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698