summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-08-03 22:03:36 +0200
committerRoger Meier <roger@apache.org>2015-08-03 22:03:36 +0200
commit03f3f55109e50b3bb556bebcedcb5f8240e9ace9 (patch)
tree558e607e629a7db53f7f7ed2ee26377ff3fe83c6 /doc/install
parent89e65def89beed72340f5eacac5b50a70fd6d062 (diff)
downloadthrift-03f3f55109e50b3bb556bebcedcb5f8240e9ace9.tar.gz
THRIFT-3286 Apache Ant is a necessary dependency
adding to apt-get command Patch: Maurya Talisetti This closes #513
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/debian.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 3e3d74f81..a4344c714 100644
--- a/doc/install/debian.md
+++ b/doc/install/debian.md
@@ -1,7 +1,7 @@
## Debian or Ubuntu setup
The following command install all the required tools and libraries to build and install the Apache Thrift compiler on a Debian/Ubuntu Linux based system.
- 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
+ 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 ant
Then install the Java JDK of your choice. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it.