From 5fa653da2374e02f1371e28cd24e9842c712efc4 Mon Sep 17 00:00:00 2001 From: Tieme van Veen Date: Thu, 7 Apr 2016 14:10:43 +0200 Subject: [PATCH] Added libicu-dev dependency --- README.Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.Linux.md b/README.Linux.md index 994dda5..5cbb37e 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)