Mac下安裝apache-thrift

1.下載包

http://thrift.apache.org/java

2.安裝依賴包

brew install bison
brew install boost
brew install libevent

3. 安裝

3.1 快速安裝

brew install thrift --with-java

3.2 源碼安裝

tar -xzvf thrift-0.9.3.tar.gz
cd thrift-0.9.3
./configure --prefix=/usr/local/
make
sudo make install
相關文章
相關標籤/搜索