2011-05-10 43 views

回答

1

你看过Google的recommended way这样做吗?当你尝试时你会得到错误吗?

+0

我已经知道了,谢谢你的回答=)但关于v8文档的问题仍然有效,除了googlecode之外,你还有什么? – 2011-05-10 16:49:31

+0

现在提供的链接已中断 – 2014-12-16 23:16:11

1

在VS2013以下为我工作:

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/[email protected] third_party/python_26 
svn co http://src.chromium.org/svn/trunk/deps/third_party/[email protected] third_party/cygwin 
svn co https://src.chromium.org/chrome/trunk/deps/third_party/icu46 third_party/icu 

现在从Build googles v8 as shared library on windows?

third_party/python_26/python.exe build\gyp_v8 -Dtarget_arch=ia32 -Dcomponent=shared_library 
msbuild /p:Configuration=Release /p:Platform=Win32 tools\gyp\v8.sln