Server-Root/libraries/build_protobuf.sh
WolverinDEV 867d3f30b4 updates
2018-08-08 22:23:24 +00:00

9 lines
97 B
Bash
Executable File

cd protobuf
./autogen.sh
cd build
../configure
make
#make check
sudo make install
sudo ldconfig