Server-Root/libraries/build_protobuf.sh

9 lines
97 B
Bash
Raw Normal View History

2018-08-08 14:21:32 +00:00
cd protobuf
./autogen.sh
cd build
../configure
make
2018-08-08 22:23:24 +00:00
#make check
2018-08-08 19:51:41 +00:00
sudo make install
sudo ldconfig