From 3d7c86f50432b1dc8dfb5e1075c4ca3230cff966 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Wed, 13 May 2015 10:05:14 +0200 Subject: [PATCH] README.md: add dh-autoreconf depedency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e14a62a..7657269 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 libtool autoconf 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 dh-autoreconf ``` 2. Clone source files and move to project directory