Skip to content

Instantly share code, notes, and snippets.

@d2m
Created January 1, 2012 08:54
Show Gist options
  • Save d2m/1546778 to your computer and use it in GitHub Desktop.
Save d2m/1546778 to your computer and use it in GitHub Desktop.
update dart bleeding edge
#!/bin/sh
export PATH=$PATH:`pwd`//depot_tools
svn up depot_tools
gclient config http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps
gclient sync
cd dart/
./tools/build.py --arch=ia32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment