http://thrift.apache.org/download/
tar -zxvf thrift-0.11.0.tar.gz cd thrift-0.11.0 ./configure --prefix=/application/thrift --with-cpp --with-boost --with-python --without-csharp\ --with-java --without-erlang --without-perl --with-php --without-php_extension --without-ruby\ --without-haskell\ --without-go make && make install
ln -s /application/thrift/bin/thrift /usr/bin/
thrift -version
更多:https://blog.csdn.net/qq910894904/article/details/41132779
本文来自博客园,作者:孙龙-程序员,转载请注明原文链接:https://www.cnblogs.com/sunlong88/p/9288039.html