现在的位置: 首页 > 综合 > 正文

ubuntu下安装thrift

2013年08月19日 ⁄ 综合 ⁄ 共 297字 ⁄ 字号 评论关闭

Download Apache Thrift

http://thrift.apache.org/download/

2 install pkg

sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev 

3 install thrift

  $ tar -xzvf thrift-0.8.0.tar.gz

  $ ./configure

  $ make

  $ sudo make install

  $ whereis thrift

抱歉!评论已关闭.