Skip to content

Instantly share code, notes, and snippets.

@adragomir
Created May 21, 2012 19:59
Show Gist options
  • Save adragomir/2764307 to your computer and use it in GitHub Desktop.
Save adragomir/2764307 to your computer and use it in GitHub Desktop.
install thrift 0.8.0
wget http://mirrors.hostingromania.ro/apache.org/thrift/0.8.0/thrift-0.8.0.tar.gz
tar zxf thrift-0.8.0.tar.gz
pushd thrift-0.8.0
wget https://issues.apache.org/jira/secure/attachment/12511532/thrift-1465_1.patch
patch -p0 < thrift-1465_1.patch
./configure --without-erlang --without-haskell --without-ocaml && make && make install
pushd lib/py
sudo python setup.py install
popd
echo "Done. To install extra language libraries, come back here and do it by hand"
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment