1. wget -O thrift.tgz "http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=HEAD;sf=tgz“
2. apt-get install libboost-dev libevent-dev build-essential python-dev automake pkg-config libtool flex bison sun-java5-jdk
3. cd [你的thrift解压目录]
4. cp /usr/share/aclocal/pkg.m4 aclocal/
5. ./bootstrap.sh
6. ./configure --with-ruby=no
7. make && make install
Ubuntu下的Thrift安装
最新推荐文章于 2023-04-10 23:41:32 发布