CPP:Build shared library for C++, and fix gcc 4.4 build. Patch contributed by philip...
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Mon, 6 Jun 2011 08:15:16 +0000 (08:15 +0000)
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Mon, 6 Jun 2011 08:15:16 +0000 (08:15 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@219 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/README

index 6d6d758bb4c99300d98162a557fe4d6ff68b3612..19d26da58a1842586e07f179cc14dd21c9dda2ec 100644 (file)
@@ -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