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: link to download and installation 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` + * [:ThriftInstallation:Download and install] the thrift code generator * 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`
