First the following dependencies need installed:
sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++
While that is going on you can download the latest thrift:
svn co http://svn.apache.org/repos/asf/thrift/trunk thrift
This creates the directory called thrift which you should cd into.
Next run
./bootstrap.sh
./configure
make
sudo make install
In the next post, I will look at running the tutorial which is found in the tutorial directory.
No comments:
Post a Comment