Thrift

Download addredd:
https://dlcdn.apache.org/thrift/0.15.0/thrift-0.15.0.tar.gz
Use this url to download thrift of version 0.15.0.

Required:
1. autoconf-2.65
  ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.65.tar.gz
2. automake-2.13
  http://ftp.gnu.org/gnu/automake/automake-1.13.4.tar.gz
  or
  http://ftp.gnu.org/gnu/automake/automake-1.13.tar.gz
3. libtool
  http://ftp.gnu.org/gnu/libtool/libtool-1.5.24.tar.gz
4.boost-1.53
https://nchc.dl.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.gz


Compile:
1.
./bootstrap.sh
2.
./configure
or
./configure --without-java #if not need java
or
./configure --with-boost=/usr/local #you can use this to set boost installed position.
or
./configure JAVAC=/usb/bin/javac #you can use this option to set java home
or
./configure CXXFLAGS=‘-g -O2‘
./configure CFLAGS=‘-g -O2‘
./configure CPPFLAGS=‘-DDEBUG_MY_FEATURE‘
3. 
make
4.
make check
5.
sh test/test.sh
6.
make install

Thrift

上一篇:学习参考《零基础入门学习Python》电子书PDF+笔记+课后题及答案


下一篇:零基础入门Python数据分析,只需要看懂这一张图,附下载链接!