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 2008/06/11 02:59:28 UTC

[Thrift Wiki] Update of "ThriftRequirements" by MichaelGreene

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 MichaelGreene:
http://wiki.apache.org/thrift/ThriftRequirements

The comment on the change is:
Initial requirements gleaned from Facebook's page

New page:
Thrift's compiler is written in C++ and designed to be portable, but there are some system requirements:

== Basic requirements ==
  * A relatively POSIX-compliant *NIX system
    * Cygwin or MinGW can be used on Windows
  * GNU build tools (Autoconf 2.59c+)
  * boost 1.33.1+
  * g++ 4.0+

== Language requirements ==
  * Java 1.5+ / Apache Ant
  * Mono 1.9+ or Visual Studio 2008
  * Python 2.4+
  * PHP 5.0+
  * Ruby 1.8+