Windows环境下编译V8

来源:互联网 发布:部落冲突刷钻石软件 编辑:程序博客网 时间:2024/04/25 12:02

    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=2012  vs版本选项

0 0