Skip to content

Instantly share code, notes, and snippets.

@branflake2267
Forked from adam-singer/buildit.bat
Created July 19, 2012 14:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save branflake2267/3144358 to your computer and use it in GitHub Desktop.
Save branflake2267/3144358 to your computer and use it in GitHub Desktop.
Building dart on win32, the quick guide
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