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
2つ目は、「ライブラリ」が不明であるというエラーを出します。最初のものは何の効果もありません。
これは私が使用しているプロジェクトで機能します:
python build\gyp_v8 -Dtarget_arch=ia32 -Dcomponent=shared_library msbuild /p:Configuration=Release /p:Platform=Win32 tools\gyp\v8.sln