mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 18:41:52 +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:
parent
0aa1a6e73e
commit
4add8883e6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user