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