summaryrefslogtreecommitdiffstats
path: root/cpp/README
diff options
context:
space:
mode:
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>2011-03-04 08:43:24 +0000
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>2011-03-04 08:43:24 +0000
commit20b2d958a1ecad37540ba6241b117baee7e82bff (patch)
tree2dbfe32e4e683fb55cb91eaa2cb43c6c36d932b5 /cpp/README
parentfe34b5b661e8a30fa802465157d3da21911ca59a (diff)
downloadandroid_external_libphonenumbergoogle-20b2d958a1ecad37540ba6241b117baee7e82bff.tar.gz
android_external_libphonenumbergoogle-20b2d958a1ecad37540ba6241b117baee7e82bff.tar.bz2
android_external_libphonenumbergoogle-20b2d958a1ecad37540ba6241b117baee7e82bff.zip
Cpp:Improves dependency detection in CMakeLists.txt and update Readme. Patch contributed by philip.liard
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@89 ee073f10-1060-11df-b6a4-87a95322a99c
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README14
1 files changed, 13 insertions, 1 deletions
diff --git a/cpp/README b/cpp/README
index 9053464..37b0e49 100644
--- a/cpp/README
+++ b/cpp/README
@@ -14,6 +14,18 @@ Requirements:
You can install it very easily on a Debian-based GNU/Linux distribution:
$ sudo apt-get install cmake
+ - Protocol Buffers
+ http://code.google.com/p/protobuf/
+
+ You can install it very easily on a Debian-based GNU/Linux distribution:
+ $ sudo apt-get install libprotobuf-dev
+
+ - Google Test
+ http://code.google.com/p/googletest/
+
+ You can install it very easily on a Debian-based GNU/Linux distribution:
+ $ sudo apt-get install libgtest-dev
+
- RE2
http://code.google.com/p/re2/
@@ -46,5 +58,5 @@ How to build libphonenumber C++:
$ cd libphonenumber
$ mkdir build
$ cd build
- $ cmake ..
+ $ cmake ../cpp/
$ make