0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 21:15:19 +00:00

Merge pull request #112 from sameoldmadness/install-depot_tools

v8 compliation requires gclient
This commit is contained in:
Stefan Siegl 2014-09-28 23:20:46 +02:00
commit e3d859d9d7

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