【问题标题】:How do I build v8 on Windows?如何在 Windows 上构建 v8?
【发布时间】:2011-08-22 15:26:54
【问题描述】:

谁能告诉我如何在 Windows 上安装和构建 v8?我正在使用带有 VS 2008 的 Windows 7。

【问题讨论】:

标签: windows visual-studio-2008 scons v8


【解决方案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/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.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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-07-02
    • 2021-07-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-07-22
    • 2014-11-23
    相关资源
    最近更新 更多