ok, try to be even more explicit

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@331 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42@gmail.com 2011-12-21 02:28:59 +00:00
parent a9542483a9
commit 925c567525

View File

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