Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Windows (msvc 2012) 上使用 gyp 将 googles v8 构建为共享库?我尝试的一切都不起作用。我试过的:
python build\gyp_v8 -Dcomponent=shared_library python build\gyp_v8 library=shared
第二个给出“库”未知的错误。第一个没有任何影响。
这适用于我正在使用的项目:
python build\gyp_v8 -Dtarget_arch=ia32 -Dcomponent=shared_library msbuild /p:Configuration=Release /p:Platform=Win32 tools\gyp\v8.sln