码迷,mamicode.com
首页 > 其他好文 > 详细

thrift 学习

时间:2015-11-03 17:39:04      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

thrift安装:

首先安装依赖

yum -y install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel openssl-devel

然后 下载Thrift的软件包,并解压缩:

wget http://apache.fayea.com/thrift/0.9.2/thrift-0.9.2.tar.gz

tar zxvf thrift-0.9.2.tar.gz

cd thrift-0.9.2

 ./configure

make && make install

安装完毕以后!!
 

thrift -version

Thrift version 0.9.2

 

可以查看版本!表示安装完成

thrift 学习

标签:

原文地址:http://www.cnblogs.com/fight-tao/p/4933511.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!