Skip to content

Instantly share code, notes, and snippets.

@adam-singer
Created July 19, 2012 07:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save adam-singer/3141315 to your computer and use it in GitHub Desktop.
Save adam-singer/3141315 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