README.md: only 'apt-get install' the minimum
apt-get will resolve depedencies automatically
This commit is contained in:
parent
3d7c86f504
commit
29b12cba45
1 changed files with 1 additions and 1 deletions
|
@ -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 dh-autoreconf
|
||||
apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
|
||||
```
|
||||
|
||||
2. Clone source files and move to project directory
|
||||
|
|
Loading…
Reference in a new issue