Use CMake for protoc build
This commit is contained in:
parent
6ce418e0ec
commit
0dde6e473d
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
pushd subprojects/protobuf
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
make distclean
|
||||
mkdir -p build-native && cd build-native
|
||||
cmake .. -G Ninja
|
||||
ninja
|
||||
ninja install
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue