Skip to content
Sam Ritchie edited this page Jan 12, 2012 · 1 revision

Building Thrift

Thrift Prerequisites

You'll need Boost. On OS X, install homebrew, then run

brew install boost

Thrift Proper

ElephantDB uses a special branch of thrift 0.7.0. To install this on your system, run:

git clone https://github.com/nathanmarz/thrift.git
cd thrift && git checkout storm
./bootstrap.sh
./configure --with-boost=/usr/local --without-haskell
make
sudo make install
Clone this wiki locally