Ubuntu下的Thrift安装

来源:互联网 发布:java中notifyall 编辑:程序博客网 时间:2024/05/13 00:42
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


原创粉丝点击