From 8cfce23076d6122cd7306a0e3fd56ae7b5ad3c54 Mon Sep 17 00:00:00 2001 From: Matthias Thubauville Date: Wed, 6 May 2015 10:06:21 +0200 Subject: [PATCH] Added libtool and autoconf to build dependencies in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 565c40a..e14a62a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ below. This will create executable file `shellinaboxd` in project directory. 1. Install dependencies ``` - apt-get install git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g + apt-get install libtool autoconf git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g ``` 2. Clone source files and move to project directory