0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 20:51:51 +00:00

v8 compliation requires gclient

http://dev.chromium.org/developers/how-tos/install-depot-tools
This commit is contained in:
Roman Paradeev 2014-09-29 02:59:36 +06:00
parent 79aa6a179c
commit 34a9e9849e

View File

@ -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