Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "InstallThrift" page has been changed by jeremyhanna. http://wiki.apache.org/cassandra/InstallThrift?action=diff&rev1=2&rev2=3 -------------------------------------------------- Thrift expects to make an official release so that distributors can package it up nicely Real Soon Now. In the meantime, installing thrift is a bit of a bitch. We are sorry about that, but we don't know of a better way to support a vast number of clients mostly automagically. - 1. `aptitude install libboost1.35-dev python-dev autoconf automake pkg-config make libtool flex bison build-essential` (or the equivalent on your system) (assumes you are interested in building for python; omit python-dev otherwise) + 1. `aptitude install libboost-dev python-dev autoconf automake pkg-config make libtool flex bison build-essential` (or the equivalent on your system) (assumes you are interested in building for python; omit python-dev otherwise) 1. Grab the thrift source: `svn co http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift-trunk` 1. `cd thrift-trunk` 1. `./bootstrap.sh`
