Browse Source

v8 compliation requires gclient

http://dev.chromium.org/developers/how-tos/install-depot-tools
Roman Paradeev 10 years ago
parent
commit
34a9e9849e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -34,6 +34,8 @@ Compile latest v8
 
 
 ```
 ```
 cd /tmp
 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
 git clone https://github.com/v8/v8.git
 cd v8
 cd v8
 make dependencies
 make dependencies