Created
July 19, 2012 07:22
-
-
Save adam-singer/3141315 to your computer and use it in GitHub Desktop.
Building dart on win32, the quick guide
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 | |
python .\tools\build.py -m debug -v --arch=ia32 -j 12 --devenv="C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment