diff --git a/README.Linux.md b/README.Linux.md index 9f9afc9..3b1a8ab 100644 --- a/README.Linux.md +++ b/README.Linux.md @@ -29,7 +29,11 @@ In that case copy those two files to `/usr/share/v8/...`. Compile latest V8 ----------------- + ``` +# Install `libicu-dev` if you haven't already: +sudo apt-get install libicu-dev + cd /tmp # Install depot_tools first (needed for source checkout)