安装特定版本的应用:
brew search boost@
brew install boost@1.60
http://archive.apache.org/dist/incubator/thrift/0.5.0-incubating/
解压:tar -zvxf thrift-0.5.0.tar.gz
切换目录:cd thrift-0.5.0.tar.gz
编译命令:./configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local
安装命令:sudo make install
thrift -version