Commit 4e4d9557 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated protobuf to 3.17.3

parent c644e1a4
all:
tar xf protobuf-3.17.3.tar.gz
cd protobuf-3.17.3 && ./autogen.sh
cd protobuf-3.17.3 && ./configure --prefix=/usr
$(MAKE) -C protobuf-3.17.3
$(MAKE) -C protobuf-3.17.3 install
rm -rf protobuf-3.17.3
3-5-1:
tar xf protobuf-3.5.1.tar.gz
cd protobuf-3.5.1 && ./autogen.sh
cd protobuf-3.5.1 && ./configure --prefix=/usr
......@@ -10,7 +18,7 @@ javalite:
tar xf protobuf-3.0.1-javalite.tar.gz
patch -Np1 -d protobuf-3.0.1-javalite < protobuf-3.0.1-javalite-fix_gmock.patch
cd protobuf-3.0.1-javalite && ./autogen.sh
cd protobuf-3.0.1-javalite && ./configure --prefix=/usr
cd protobuf-3.0.1-javalite && ./configure --prefix=/usr CXXFLAGS="-std=c++14"
$(MAKE) -C protobuf-3.0.1-javalite
$(MAKE) -C protobuf-3.0.1-javalite install
rm -rf protobuf-3.0.1-javalite
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment