2013-02-23

Install thrift on Ubuntu

1. Download thrift here:
http://thrift.apache.org/
2. Unzip it
tar zxvf thrift-0.9.0.tar.gz
3. Execute command:

./configure
make
sudo make install
sudo pip install thrift

No comments: