1.下载thrift并解压

2.切换到root账户安装thrift依赖包

yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel

3.切换到thrift所在文件夹编译thrift

  cd thrift-0.8.0
  ./configure
  sudo make
  sudo make install

安装成功,运行thrift命令会提示相应参数

 


参考文献:

1.thrift官方网站

2.Ubuntu 11.04下thrift-0.8.0的安装

相关文章:

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