From 4add8883e60c44e73123ff0328ab79334771cf79 Mon Sep 17 00:00:00 2001 From: Alex Marchant Date: Tue, 21 Jun 2016 02:05:51 -0400 Subject: [PATCH] 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. --- README.Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.Linux.md b/README.Linux.md index 5cbb37e..462523a 100644 --- a/README.Linux.md +++ b/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