Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The "ThriftUsageC++" page has been changed by DaleJohnson. http://wiki.apache.org/thrift/ThriftUsageC%2B%2B?action=diff&rev1=16&rev2=17 -------------------------------------------------- 1. Run {{{ make}}} to compile 1. Run {{{ make install}}} to install the library. Your user needs root permissions. - == Generating the code == + == Generating the server code == In this example we use an imaginary file called {{{your-thrift-file.thrift}}}: {{{ @@ -126, +126 @@ ld -L/usr/local/lib -lthrift *.o -o Something_server }}} + == Generating the client code == - - === Exploring the generated code - A Client === A client is a bit simpler to generate.
