mac os 安装 thrift
生活随笔
收集整理的這篇文章主要介紹了
mac os 安装 thrift
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
brew install bison
xcode會關聯一個低版本的bison導致新安裝的bison不會被系統找到,
修改.bash_profile
export PATH="/usr/local/Cellar/bison/3.0.4/bin/:/opt/local/bin:/opt/local/sbin:$PATH"
/configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local --without-ruby --without-perl --without-php
還是有各種錯誤
直接
sudo port install thrift 可以正確安裝了總結
以上是生活随笔為你收集整理的mac os 安装 thrift的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mac os 安装 pkg-config
- 下一篇: GCC选项_-Wl,-soname