ソースを参照

Merge pull request #112 from sameoldmadness/install-depot_tools

v8 compliation requires gclient
Stefan Siegl 10 年 前
コミット
e3d859d9d7
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