mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-08 22:11:52 +00:00
v8 compliation requires gclient
http://dev.chromium.org/developers/how-tos/install-depot-tools
This commit is contained in:
parent
79aa6a179c
commit
34a9e9849e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user