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 2009/08/07 20:05:46 UTC

[Thrift Wiki] Update of "GettingUbuntuPackages" by RobSlifka

Dear Wiki user,

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

The following page has been changed by RobSlifka:
http://wiki.apache.org/thrift/GettingUbuntuPackages

The comment on the change is:
g++ was omitted, configure would give misleading error about boost not installed

------------------------------------------------------------------------------
  == Required packages ==
  
  {{{
- sudo apt-get install libboost-dev automake libtool flex bison pkg-config
+ sudo apt-get install libboost-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.