瀏覽代碼

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 年之前
父節點
當前提交
4add8883e6
共有 1 個文件被更改,包括 3 次插入0 次删除
  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