Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Created September 12, 2014 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobGneu/7ea849ec2b35eeb12cf0 to your computer and use it in GitHub Desktop.
Save BobGneu/7ea849ec2b35eeb12cf0 to your computer and use it in GitHub Desktop.
Initialize V8 - 3.29.59
git clone https://github.com/v8/v8.git ./
git checkout tags/3.29.59
svn co http://gyp.googlecode.com/svn/trunk build/gyp --revision 1831
svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26 third_party/python_26 --revision 89111
svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin third_party/cygwin --revision 66844
svn co https://src.chromium.org/chrome/trunk/deps/third_party/icu52 third_party/icu --revision 277999
svn co http://googletest.googlecode.com/svn/trunk testing/gtest --revision 643
svn co http://googlemock.googlecode.com/svn/trunk testing/gmock --revision 410
python ./build/gyp_v8 -Dtarget_arch=x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment