Skip to content

Instantly share code, notes, and snippets.

@damondouglas
Created February 1, 2014 03:36
Show Gist options
  • Save damondouglas/8747607 to your computer and use it in GitHub Desktop.
Save damondouglas/8747607 to your computer and use it in GitHub Desktop.
Building Dartium Notes
#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
@damondouglas
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment