From 6992133def7bc611d3aa6c0f890db8d2e83a950b Mon Sep 17 00:00:00 2001 From: Philip Liard Date: Mon, 6 Jun 2011 08:15:16 +0000 Subject: [PATCH] CPP:Build shared library for C++, and fix gcc 4.4 build. --- cpp/README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cpp/README b/cpp/README index 6d6d758bb..19d26da58 100644 --- a/cpp/README +++ b/cpp/README @@ -55,9 +55,17 @@ Requirements: $ make testinstall - ICU - http://userguide.icu-project.org/ + Version 4.6 or more recent is required. + It can be built from sources. You need to download the source tarball at + this location: + http://site.icu-project.org/download/46#ICU4C-Download + Then you can extract, build and install it this way: + $ tar xzf icu4c-4_6_1-src.tgz + $ cd icu/source + $ ./configure && make && sudo make install - You can install it very easily on a Debian-based distribution: + If you have a Debian-based distribution provinding an up-to-date version of + ICU, you can install it using apt-get: $ sudo apt-get install libicu-dev