0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 14:01:53 +00:00

Update README.Linux.md

I did not have build-essential installed and ran into some errors on the make step. Might be good just to remind people that they need the basic build tools installed.
This commit is contained in:
Alex Marchant 2016-06-21 02:05:51 -04:00 committed by GitHub
parent 0aa1a6e73e
commit 4add8883e6

View File

@ -31,6 +31,9 @@ Compile latest V8
```
# Install `build-essential` if you haven't already:
sudo apt-get install build-essential
# Install `libicu-dev` if you haven't already:
sudo apt-get install libicu-dev