centos 7安装thrift 0.10.0
2019-05-29 本文已影响0人
mingzhi618
1. yum -y install boost-static boost autoconf automake bison
2. ./configure –with-cpp –with-go –with-boost –without-csharp –with-java –without-erlang –without-perl –with-php –without-php_extension –without-ruby –without-haskell
注意要安装boost静态库:boost-static
make & make install