1. 程式人生 > >thrift安裝和使用

thrift安裝和使用

首先安裝必須的依賴庫

sudo apt-get install automake bison flex libssl-dev

然後拉取程式碼並編譯

git clone https://github.com/apache/thrift
cd thrift
make  -j4
sudo make install

 

 

參考:

1.Linux下安裝Thrift

2.Thrift 入門教程