当前位置 : 主页 > 编程语言 > python >

thrift python安装

来源:互联网 收集:自由互联 发布时间:2022-06-15
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 --wit

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


上一篇:python属性描述符和属性查找过程
下一篇:没有了
网友评论