Google V8 源码下载及构建环境

svn checkout http://v8.googlecode.com/svn/trunk/ v8
cd v8
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@66844 third_party/cygwin
svn co http://gyp.googlecode.com/svn/trunk build/gyp
third_party/python_26/python.exe build\gyp_v8
"c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com" /build Release build\All.sln

 

 

你可能感兴趣的:(Google)