How do I build v8 on Windows?
问题 Could someone tell me how to install and build v8 on windows? I am using Windows 7 with VS 2008. 回答1: The following worked for me in VS2013: From http://gneu.org/2014/02/integrating-v8/ git clone git://github.com/v8/v8.git v8 cd v8 svn co http://gyp.googlecode.com/svn/trunk build/gyp svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111 third_party/python_26 svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@231940 third_party/cygwin svn co https://src