其他分享
首页 > 其他分享> > Mac安装thrift

Mac安装thrift

作者:互联网

一、安装boost,brew install boost,推安装1.60.0版本

安装特定版本的应用: 

brew search boost@

brew install boost@1.60

二、安装bison,brew install bison

三、下载thrift-0.5.0源代码

  http://archive.apache.org/dist/incubator/thrift/0.5.0-incubating/

四、安装thrift

解压:tar -zvxf thrift-0.5.0.tar.gz

切换目录:cd thrift-0.5.0.tar.gz  

编译命令:./configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local

安装命令:sudo make install

五、查看安装结果

thrift -version

 

标签:安装,0.5,Mac,install,brew,boost,thrift
来源: https://blog.csdn.net/u012556408/article/details/116144561