下載protobuf 2.6bash
https://developers.google.com/protocol-buffers/docs/downloads
解壓測試
tar -zxf protobuf-2.6.1.tar.gz
進入google
cd protobuf-2.6.1
設置編譯目錄命令行
./configure --prefix=/User/zh/software/tools/protobuf /User/zh/software/tools/protobuf 爲本身設定的編譯安裝目錄
安裝code
make
make install
配置環境變量io
sudo vi .bash_profile
新添配置文件編譯
export PROTOBUF=/Users/zh/software/tools/protobuf export PATH=$PROTOBUF/bin:$PATH
重啓命令行變量
測試配置
protoc --version
結果file
libprotoc 2.6.1