This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd c:\ | |
mkdir dart_bleeding | |
svn co http://gyp.googlecode.com/svn/trunk build/gyp | |
mkdir dart-repo | |
set Path=%PATH%;c:\dart_bleeding\build\gyp\ | |
git svn clone -rHEAD "https://dart.googlecode.com/svn/branches/bleeding_edge/dart" dart | |
gclient config "https://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps" | |
cd dart | |
gclient sync | |
gclient runhooks |