mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@219 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
6b70f1c011
commit
58c9d0a1a2
@ -1,3 +1,5 @@
|
||||
0.14 (NOT YET RELEASED)
|
||||
- build fix (missing dependency in test directory)
|
||||
0.13:
|
||||
- Fix for when the number of connections gets too great in RPC.
|
||||
(Leszek Swirski) (issue #32)
|
||||
|
@ -30,6 +30,11 @@ if test $BUILD_PROTOC_C = 1; then
|
||||
or if you have it installed in a custom location
|
||||
you must add '-Iincludedir' to CXXFLAGS
|
||||
and '-Llibdir' to LDFLAGS.
|
||||
|
||||
If you did not specify a prefix when installing
|
||||
protobuf, try
|
||||
'./configure CXXFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib'
|
||||
In some 64-bit environments, try LDFLAGS=-L/usr/local/lib64.
|
||||
])])
|
||||
pbc_savelibs="$LIBS"
|
||||
LIBS="$LIBS -lprotoc -lprotobuf -lpthread"
|
||||
|
Loading…
x
Reference in New Issue
Block a user