1.Apache Thrift编译
确定相关依赖软件的版本:autoconf-2.69,automake-1.14,bison-2.5.1,boost_1_70_0,libevent2 ,另外 thrift-0.16.0 编译依赖
C++11,gcc版本需支持。
gcc、g++、gdb安装过程略。
1.1 安装 autoconf
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
tar -xvf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure --prefix=/usr
make
sudo make install
# autoconf --version
autoconf (GNU Autoconf) 2.69
1.2 安装 automake
wget http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz