Skip to content

x Installing Thrift

John Wieczorek edited this page Aug 14, 2014 · 1 revision

This page may be out of date. Needs investigation and better documentation.

This page has official instructions for installing thrift. But it really just comes down to this:

sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev

wget http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz
tar -xvf thrift-0.8.0.tar.gz

cd thrift-0.8.0
./configure
make
sudo make install

Clone this wiki locally