源代码下载地址:https://github.com/protocolbuffers/protobuf/releases
tar zxvf protobuf-cpp-3.21.12.tar.gz
cd protobuf-3.21.12/
./configure
make
sudo make install
cd test/
protoc ./person.proto --cpp_out=./
mkdir build
cd build/
cmake ..
make
```shell
cd ..
mkdir build
cd build/
cmake ..
make
./protoMain