浏览代码

v8 compliation requires gclient

http://dev.chromium.org/developers/how-tos/install-depot-tools
Roman Paradeev 10 年之前
父节点
当前提交
34a9e9849e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -34,6 +34,8 @@ Compile latest v8
 
 ```
 cd /tmp
+git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
+export PATH=`pwd`/depot_tools:"$PATH"
 git clone https://github.com/v8/v8.git
 cd v8
 make dependencies