Updated README
This commit is contained in:
parent
b3309b23d8
commit
4f9c682860
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -37,14 +37,20 @@ More information:
|
||||||
Build
|
Build
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
For building **shellinabox** from source on Debian based systems use commands listed
|
For building **shellinabox** from source on Debian or RHEL based systems use commands
|
||||||
below. This will create executable file `shellinaboxd` in project directory.
|
listed below. This will create executable file `shellinaboxd` in project directory.
|
||||||
|
|
||||||
1. Install dependencies
|
1. Install dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
|
apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```
|
||||||
|
yum install git openssl-devel pam-devel zlib-devel autoconf automake libtool
|
||||||
|
```
|
||||||
|
|
||||||
2. Clone source files and move to project directory
|
2. Clone source files and move to project directory
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue