Mac安装thrift-0.10.0

安装Xcode

App store里安装。不安装这个会出现无法编译boost的问题。

安装boost

http://www.boost.org/
下载安装包,解压缩。

./bootstrap.sh --prefix=/usr/local/
./b2 threading=multi address-model=64 variant=release stage install

安装libevent

http://libevent.org/

brew install openssl

到/usr/local/Cellar/openssl目录下查看,应该有1.0.2l,接下来建立软连接
ln -s /usr/local/Cellar/openssl/1.0.2l/include/openssl/ libevent_home/include/openssl

./config --prefix=/usr/local/
make
make install

安装thrift

官网下载0.10.0的包
https://thrift.apache.org/download

brew install autoconf
brew install libtool
brew install automake

./configure --prefix=/usr/local --with-boost=/usr/local --with-libevent=/usr/local LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/include'

make

sudo make install

thrift -version 验证
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值