1 protobuf-3.5.1 安装
wget https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz
tar -zxvf protobuf-all-3.5.1.tar.gz
brew install autoconf
brew install automake
brew install libtool
./autogen.sh && ./configure && make
make check
sudo make install