You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/11/02 22:35:26 UTC

[Cassandra Wiki] Update of "InstallThrift" by jimbomorrison

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 jimbomorrison.
The comment on this change is: Fixing svn path (- /incubator)   //hth..
http://wiki.apache.org/cassandra/InstallThrift?action=diff&rev1=7&rev2=8

--------------------------------------------------

  Important note: you need to install the svn revision of thrift that matches the revision that your version of Cassandra uses. This can be found in the <Cassandra Home>/lib directory - e.g. `libthrift-917130.jar` means that version of Cassandra uses svn revision 917130 of thrift.
  
   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 with the revision that your version of Cassandra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift`
+  1. Grab the thrift source with the revision that your version of Cassandra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/thrift/trunk thrift`
   1. `cd thrift`
   1. `./bootstrap.sh`
   1. `./configure` (you may need to add `--without-ruby` or `--without-csharp` or any other targets that are giving you trouble)