From 8e7e1b9021aa31e47da1ca0d9484f33ba609ebae Mon Sep 17 00:00:00 2001 From: Philip Liard Date: Thu, 3 Mar 2011 14:35:27 +0000 Subject: [PATCH] Cpp:Adding steps on getting ICU into README. --- cpp/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cpp/README b/cpp/README index af9b48147..90534646d 100644 --- a/cpp/README +++ b/cpp/README @@ -1,4 +1,3 @@ - C++ version of the libphonenumber project. Work in progress. @@ -36,6 +35,12 @@ Requirements: $ make install $ make testinstall + - ICU + http://userguide.icu-project.org/ + + You can install it very easily on a Debian-based distribution: + $ sudo apt-get install libicu-dev + How to build libphonenumber C++: $ cd libphonenumber