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/07/15 23:54:15 UTC

[Cassandra Wiki] Update of "InstallThrift" by jeremyhanna

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.
The comment on this change is: Added note about configuring thrift on the mac..
http://wiki.apache.org/cassandra/InstallThrift?action=diff&rev1=3&rev2=4

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

   1. `make`
   1. `make install`
  
+ 
+ Note: on the mac, you may have to comment out a few lines of the `configure` file. The lines to comment out look something like this:
+ 
+ {{{
+ if test "$with_csharp" = "yes";  then
+   PKG_CHECK_MODULES(MONO, mono >= 2.0.0, net_3_5=yes, net_3_5=no)
+   PKG_CHECK_MODULES(MONO, mono >= 1.2.4, have_mono=yes, have_mono=no)
+ fi
+ }}}
+