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/09/11 13:36:38 UTC

[Thrift Wiki] Update of "ThriftGeneration" by JamesWheare

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

The comment on the change is:
Utter basics, please improve

New page:
Quick steps to generate a thrift interface for your language:

 * Download the thrift package using your favourite package manager or from source. e.g. `aptitude install thrift`
 * Navigate to the directory containing your .thrift files.
 * Run thrift with the options for your language of choice. e.g. `thrift -php myproject.thrift`
 * Your files will be generated in a sub directory called e.g. `gen-php`