Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created July 13, 2016 06:26
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegopacheco/f0fd5a40b56cf05bf7375b425531f5b5 to your computer and use it in GitHub Desktop.
Save diegopacheco/f0fd5a40b56cf05bf7375b425531f5b5 to your computer and use it in GitHub Desktop.
How to Install thrift 0.9.x on Ubuntu Linux 15.10?
sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev 
wget http://www-eu.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
./configure 
make
sudo make install
thrift --help 
@pete-proton
Copy link

this does not work properly for me. just use these instructions instead https://thrift-tutorial.readthedocs.io/en/latest/installation.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment