README.md: only 'apt-get install' the minimum

apt-get will resolve depedencies automatically
This commit is contained in:
Alexandre Detiste 2015-05-13 10:25:07 +02:00
parent 3d7c86f504
commit 29b12cba45

View file

@ -41,7 +41,7 @@ below. This will create executable file `shellinaboxd` in project directory.
1. Install dependencies 1. Install dependencies
``` ```
apt-get install libtool autoconf git dpkg-dev debhelper autotools-dev libssl-dev libpam0g-dev zlib1g-dev libssl1.0.0 libpam0g dh-autoreconf apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
``` ```
2. Clone source files and move to project directory 2. Clone source files and move to project directory