Server-Root/libraries/build_protobuf.sh

6 lines
52 B
Bash
Raw Normal View History

2018-08-08 14:21:32 +00:00
cd protobuf
./autogen.sh
cd build
../configure
make