安装或设置
v8
使用 Google depot_tools
获取源代码并构建库。要安装 depot_tools
,请按照此处的说明操作:
https://www.chromium.org/developers/how-tos/install-depot-tools
通过运行获取 v8
源
/path/to/depot_tools/fetch v8
运行此命令后,要在将来启动新版本,请运行
/path/to/depot_tools/gclient sync
这里提供了构建说明: https : //github.com/v8/v8/wiki/Building%20with%20GN