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/ThriftUsageC++ The comment on the change is: Basic info New page: = Getting started = The C++ code generated by Thrift compiles only on Unix based systems. == Requirements == Make sure that your system meets the requirements as noted in ThriftRequirements == Installing the Thrift library == 1. Download a snapshot of Thrift and extract if you haven't done so already - [http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=HEAD;sf=tgz Direct Link] 1. Navigate to {{{lib/cpp}}} using the terminal of your choice 1. Run {{{ make}}} to compile 1. Run {{{ make install}}} to install the library. Your user needs root permissions.
