這裡記錄在 CentOS7 安裝 Protocol Buffer 流程
sudo yum install autoconf automake libtool unzip gcc-c++ -y git clone https://github.com/google/protobuf.git cd protobuf ./autogen.sh ./configure make make install protoc --version