Skip to content

Instantly share code, notes, and snippets.

@adragomir
Created March 7, 2012 21:10
Show Gist options
  • Save adragomir/1996275 to your computer and use it in GitHub Desktop.
Save adragomir/1996275 to your computer and use it in GitHub Desktop.
install thrift 0.5.0
wget http://archive.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz
tar zxf thrift-0.5.0.tar.gz
pushd thrift-0.5.0
./configure && 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
@xqy8972
Copy link

xqy8972 commented Dec 19, 2024

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment