跳轉到解壓目錄:cd path/protobuf-3.11.2(path同上)
設定編譯目錄:./configure --prefix=/users/a123/protobuf(prefix 為安裝目錄,可自定義)
make
make install
cd ~(.bash_profile 檔案應在根目錄下)
vim .bash_profile 檔案
新增如下**:
export protobuf=/usr/local/protobuf
export path=$protobuf/bin:$path
執行 source .bash_profile 命令
測試是否安裝:執行 protoc --version 命令,如果輸出版本號說明安裝成功
mac編譯安裝protobuf
1 在安裝protobuf之前需要先安裝git make automake等工具,安裝方法請參考 2 在安裝好protobuf後需要安裝protobuf,依賴庫,首先使用 git clone 轉殖,如下圖所示 3 然後進入到protobuf目錄執行.autogen.sh,此時會出現 configur...
Mac安裝protobuf 流程
編譯 cd protobuf autogen.sh configure make 安裝 make install 檢視 protoc version points autogen.sh是獲取googlemock,並生成對應的configure指令碼 configure是進行環境檢測,並生成對應的ma...
php下protobuf的安裝使用
1 安裝phpize phpize是用來擴充套件php擴充套件模組的 通過phpize可以建立php的外掛程式模組 mac os系統下 0 0人收藏此文章,我要收藏 贊1 macphpize 問題一 執行執行 phpize 報錯 12 3 4 5 6 7 grep usr include php m...