summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-08-20 14:24:54 +0200
committerRoger Meier <roger@apache.org>2014-08-20 14:24:54 +0200
commit9cc7e8696b0c768b5e4d072a5f383b5317d608be (patch)
treec314ea2f3d911f20912d3d11e76b2d89948387b0 /doc
parente26db2fcf2f7853aaa076f7e299dcdb433029cd1 (diff)
downloadthrift-9cc7e8696b0c768b5e4d072a5f383b5317d608be.tar.gz
THRIFT-2655
CPP tests should not use relative path when accessing ssh related files Update doc/install/debian.md
Diffstat (limited to 'doc')
-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 a05afcc58..78dc626c3 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 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
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.