流程
- sudo apt-get install autoconf automake libtool curl make g++ unzip// 非必要操作
- sudo git clone https://github.com/google/protobuf.git
- sudo cd protobuf
- sudo git submodule update --init --recursive
- sudo ./autogen.sh
- sudo ./configure
- sudo make
- sudo make install
网友评论