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 HannesBaldursson: http://wiki.apache.org/thrift/ThriftUsageErlang The comment on the change is: I have literally no experience in erlang or thrift so feel free to clean this up New page: = Getting started = The Erlang code generated by Thrift uses a number of {{{Thrift}}} modules. These modules need to be compiled to be able to use the code generated by Thrift. == Building the Thrift modules in Linux == 1. If you haven't done so already [http://incubator.apache.org/thrift/download/ download a snapshot] of the Thrift source code and extract it. - [http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=HEAD;sf=tgz Direct link to the snapshot] 1. Navigate to {{{ lib/erl/ }}} using the terminal of your choice 1. Compile the Thrift modules into BEAM: {{{ make }}}
