Created
February 1, 2014 03:36
-
-
Save damondouglas/8747607 to your computer and use it in GitHub Desktop.
Building Dartium Notes
This file contains 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
#get cr | |
curl -O https://raw.github.com/jankeromnes/cr/master/cr | |
cp cr /usr/local/bin/cr | |
chmod a+rx /usr/local/bin/cr | |
#install gclient | |
cr gclient | |
# I think deleting what was inside this folder but not sure | |
# ~/.subversion/auth/svn.ssl.server | |
# http://stackoverflow.com/questions/6115170/svn-error-validating-server-certificate | |
# add svn certificate perminantly | |
svn list https://dart.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps | |
export GYP_GENERATORS="ninja" | |
gclient sync | |
gclient runhooks | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dart-lang/sdk/wiki/Building-Dartium