diff options
author | lahiker42@gmail.com <lahiker42@gmail.com@00440858-1255-0410-a3e6-75ea37f81c3a> | 2011-12-21 02:28:59 +0000 |
---|---|---|
committer | lahiker42@gmail.com <lahiker42@gmail.com@00440858-1255-0410-a3e6-75ea37f81c3a> | 2011-12-21 02:28:59 +0000 |
commit | 5cf421ebe11c8e9b6f05eb4af05cbecd81394bfc (patch) | |
tree | 30826a9ce38176fb633b64d31da867235c285657 | |
parent | a7eee4c6261edd1b379961717ad655c9e531de50 (diff) | |
download | android_external_protobuf-c-5cf421ebe11c8e9b6f05eb4af05cbecd81394bfc.tar.gz android_external_protobuf-c-5cf421ebe11c8e9b6f05eb4af05cbecd81394bfc.tar.bz2 android_external_protobuf-c-5cf421ebe11c8e9b6f05eb4af05cbecd81394bfc.zip |
ok, try to be even more explicit
git-svn-id: http://protobuf-c.googlecode.com/svn/trunk@331 00440858-1255-0410-a3e6-75ea37f81c3a
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 14d3c4a..ee2bc67 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,10 @@ if test $BUILD_PROTOC_C = 1; then you must add '-Iincludedir' to CXXFLAGS and '-Llibdir' to LDFLAGS. + You can download the google's protobuf library from + the following page: + http://code.google.com/p/protobuf/downloads/list + If you did not specify a prefix when installing protobuf, try './configure CXXFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' |