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 DanielKreuzhofer: http://wiki.apache.org/thrift/ThriftInstallationMacOSX ------------------------------------------------------------------------------ - Describe ThriftInstallationMacOSX here.Tuesday, 14th of July, 2009 + Tuesday, 14th of July, 2009 This page is still in the draft status. It will be finished in the next days as I am currently working on getting all the samples and installation instructions done. Please check again in a few days for more information. @@ -28, +28 @@ ./bjam }}} - if everything compiled, run "./bjam install" + if everything compiled, run + + {{{ + ./bjam install + }}} You are now ready to get and compile thrift. @@ -36, +40 @@ Unpack the tgz file and change to the thrift directory + run + {{{ - run "./bootstrap.sh" + ./bootstrap.sh + }}} + run + {{{ - run "./configure" + ./configure + }}} You will certainly get an error looking like this: @@ -49, +59 @@ After installing Darwinports and then pkgconfig you should be finally ready to go. You need to run the bootstrap.sh and configure script again before you can compile thrift. Do that and then: - run "make" + run + {{{ + make + }}} if the compilation is successful - be happy and install thrift by running "make install".
