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

相关文章:

  • 2021-07-18
  • 2021-08-12
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2021-08-27
  • 2021-10-03
  • 2022-02-11
  • 2021-08-03
相关资源
相似解决方案