Skip to content

Commit 4add888

Browse files
authored
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.
1 parent 0aa1a6e commit 4add888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.Linux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Compile latest V8
3131

3232

3333
```
34+
# Install `build-essential` if you haven't already:
35+
sudo apt-get install build-essential
36+
3437
# Install `libicu-dev` if you haven't already:
3538
sudo apt-get install libicu-dev
3639

0 commit comments

Comments
 (0)