Browse Source

Cpp:Adding steps on getting ICU into README.

pull/567/head
Philip Liard 15 years ago
committed by Mihaela Rosca
parent
commit
8e7e1b9021
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      cpp/README

+ 6
- 1
cpp/README View File

@ -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


Loading…
Cancel
Save