updated protobuf script
This commit is contained in:
parent
0c184e19bd
commit
31b2bdffc5
@ -1,4 +1,8 @@
|
|||||||
cd protobuf
|
cd protobuf
|
||||||
|
if [ -f build/src/.libs/libprotobuf.a ]; then
|
||||||
|
echo "protobuf already builded!"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user