Bläddra i källkod

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.
Alex Marchant 9 år sedan
förälder
incheckning
4add8883e6
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      README.Linux.md

+ 3 - 0
README.Linux.md

@@ -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