本文内容
- 下载 V8
- 生成 V8 先决条件:安装 GYP
- Visual Studio 先决条件
- 生成 V8 引擎
- 演示生成 V8 引擎
- 修改记录
下载 V8
下载 V8 https://developers.google.com/v8/build
生成 V8 先决条件:安装 GYP
首先,需要 GYP。在你想 make 程序的系统上(Linux、Mac、cygwin,大多数其他的 Unix 系统),很容易做:
make dependencies
下载 V8 https://developers.google.com/v8/build
首先,需要 GYP。在你想 make 程序的系统上(Linux、Mac、cygwin,大多数其他的 Unix 系统),很容易做:
相关文章: