0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 01:35:18 +00:00

recommend to install curl, closes #337

This commit is contained in:
Stefan Siegl 2017-11-12 14:50:16 +01:00 committed by GitHub
parent 4e687c3950
commit b767fa4a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ Compile V8 5.6 and newer (using GN)
```
# Install required dependencies
sudo apt-get install build-essential git python libglib2.0-dev
sudo apt-get install build-essential curl git python libglib2.0-dev
cd /tmp