CPP:Update README on ICU version. Patch contributed by roubert@google.com
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Tue, 14 Jun 2011 14:18:08 +0000 (14:18 +0000)
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Tue, 14 Jun 2011 14:18:08 +0000 (14:18 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@235 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/README

index 879f729..5cb35e2 100644 (file)
@@ -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