| Index: README.txt
|
| ===================================================================
|
| --- README.txt (revision 1140)
|
| +++ README.txt (working copy)
|
| @@ -13,15 +13,7 @@
|
| $ cd $DART
|
| $ git svn clone -rHEAD https://dart.googlecode.com/svn/experimental/frog frog
|
|
|
| -2) Build the vm and create a symbol link for it in frog:
|
| - $ cd $DART
|
| - $ ./tools/build.py --arch=ia32 -m release dart_bin
|
| - $ frog/
|
| - $ mkdir bin
|
| - $ ln -s $DART/$OUTDIR_PREFIX/Release_ia32/dart_bin bin/dart_bin
|
| - (Note: use an absolute path for the first argument)
|
| -
|
| -3) Make sure you have 'node' in your path (http://nodejs.org/, and
|
| +2) Make sure you have 'node' in your path (http://nodejs.org/, and
|
| https://github.com/joyent/node/wiki/Installation for how to install)
|
|
|
|
|
|
|