LoginSignup
2
2

More than 5 years have passed since last update.

Debian Wheezyにthriftをインストール

Posted at

おまじない

sudo aptitude update

sudo aptitude install libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libevent-dev libtool flex bison pkg-config g++ libssl-dev
sudo aptitude install default-jdk ant

automakeの1.14という新し目のバージョンが必要なので、

wget http://ftp.debian.org/debian/pool/main/a/automake-1.14/automake_1.14.1-4_all.deb
sudo dpkg -i automake_1.14.1-4_all.deb

git clone git@github.com:apache/thrift.git
cd thrift
./bootstrap.sh
./configure
make
sudo make install

/usr/local/bin/thrift ができる。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2