You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2010/11/01 23:45:52 UTC

[Thrift Wiki] Update of "GettingUbuntuPackages" by RogerMeier

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "GettingUbuntuPackages" page has been changed by RogerMeier.
http://wiki.apache.org/thrift/GettingUbuntuPackages?action=diff&rev1=19&rev2=20

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

  == Required packages ==
  
  {{{
- sudo apt-get install libboost-dev automake libtool flex bison pkg-config g++
+ sudo apt-get install libboost-dev libboost-test1.40-dev libevent-dev automake libtool flex bison pkg-config g++
  }}}
  
  Then install the Java JDK of your choice. Type {{{javac}}} to see a list of available packages, pick the one you prefer and {{{apt-get install}}} it.
@@ -13, +13 @@

  == Optional packages ==
  
  Some other packages depend on what languages you want Thrift to support.
-  1. For ruby, install {{{ruby-dev}}}.
+  1. For ruby, install {{{ruby-dev librspec-ruby}}}.
   1. For python, install {{{python-dev}}}.
+  1. For perl, install {{{libbit-vector-perl}}}.
-  1. For PHP, install {{{php5-dev}}}.
+  1. For php, install {{{php5-dev php5-cli}}}.
   1. For c_glib, install {{{libglib2.0-dev}}} (Debian Lenny Users => {{{sudo apt-get -t lenny-backports install libglib2.0-dev}}})
+  1. For erlang, install {{{erlang-base}}}
+  1. For csharp, install {{{mono-gmcs libmono-dev}}}
+ 
  
  == Ubuntu 8.10 and configure ==