在Mac (snow leopard)上安装thrift:
svn co http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift
cd thrift
./bootstrap.sh
./configure
make
make install
cd lib/py
sudo python setup.py install
you are coming a long way…
在Mac (snow leopard)上安装thrift:
svn co http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift
cd thrift
./bootstrap.sh
./configure
make
make install
cd lib/py
sudo python setup.py install