C/C++教程

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

这篇关于Mac安装thrift的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!