Skip to content

Instantly share code, notes, and snippets.

@hawkup
Last active August 29, 2015 14:23
Show Gist options
  • Save hawkup/fc3ce036bd2c9dd1607b to your computer and use it in GitHub Desktop.
Save hawkup/fc3ce036bd2c9dd1607b to your computer and use it in GitHub Desktop.
Install Thrift on Ubuntu 14.04

prerequisites

  • install this
sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
  • java jdk
https://gist.github.com/hawkup/3f60546650d5e3f96824
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

Installation

reference: https://thrift.apache.org/docs/install/debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment