Windows环境下编译V8

【Windows环境下编译V8】V8作为osgearth的备选库之一,osgearth在2.5之后开始支持全新的V8。


编译过程参考:
http://blog.csdn.net/wap1981314/article/details/12110973
https://code.google.com/p/v8/wiki/BuildingWithGYP



gyp 语句:third_party\python_26\python.exe build/gyp_v8
-Dcomponent=shared_library编译动态库选
-Dtarget_arch=x64 编译位数选项
-G msvs_version=2012vs版本选项

    推荐阅读