From 029aa0206e822780c92c8da74c2a32bbe1682a0e Mon Sep 17 00:00:00 2001 From: goodsign Date: Thu, 27 Dec 2012 21:27:29 +0400 Subject: [PATCH] Changed README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7b3ba62..3008cea 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ Installation Installation consists of several simple steps. They may be a bit different on your target system (e.g. require more permissions) so adapt them to the parameters of your system. +### Install build-essential + +Make sure you have **build-essential** installed. Otherwise icu would fail on the configuration stage. + +Installation example using apt-get (Ubuntu): + +``` +sudo apt-get install build-essential +``` + ### Install pkg-config Make sure you have **pkg-config** installed.