From 9d19c7e485c1d61fdc32cb9354b36221a20f6189 Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Tue, 14 Jun 2011 14:18:08 +0000 Subject: [PATCH] CPP:Update README on ICU version. --- cpp/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/README b/cpp/README index 879f72963..5cb35e2b8 100644 --- a/cpp/README +++ b/cpp/README @@ -55,12 +55,12 @@ Requirements: $ make testinstall - ICU - Version 4.6 or more recent is required. + Version 4.4 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 + http://site.icu-project.org/download Then you can extract, build and install it this way: - $ tar xzf icu4c-4_6_1-src.tgz + $ tar xzf icu4c-4_4_2-src.tgz $ cd icu/source $ ./configure && make && sudo make install