Thirft在Ubuntu中的安装

image.png


image.png

sudo apt-get install automake bison flex g++ git libboost-all-dev  libevent-dev libssl-dev libtool make pkg-config

image.png

下载thirft,上传到linux后,tar解压

http://thrift.apache.org/download

./configure --prefix=/usr/local --without-php --without-perl --without-nodejs without-java

image.png

sudo make
sudo make install
thrift -version

Thirft在Ubuntu中的安装_第1张图片

image.png