Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 486 Bytes

InstallThrift.md

File metadata and controls

18 lines (15 loc) · 486 Bytes

Document

Install thrift in ubuntu

sudo apt-get install automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config
wget https://mirror.bit.edu.cn/apache/thrift/0.13.0/thrift-0.13.0.tar.gz
tar -xzvf thrift-0.13.0.tar.gz
cd thrift-0.13.0
./bootstrap.sh
./configure
make
make check
sudo make install