Update README.md

This commit is contained in:
Simon Rieger 2017-01-14 11:14:28 +01:00 committed by GitHub
parent ae78622a58
commit 0edee2c12c

View file

@ -42,25 +42,13 @@ Build
For building **shellinabox** from source on Debian or RHEL based systems use commands For building **shellinabox** from source on Debian or RHEL based systems use commands
listed 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. Clone the autotools
``` ```
apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf wget https://raw.githubusercontent.com/simono41/shellinabox/master/auto.sh
``` ```
or 3. Run autotools
```
yum install git openssl-devel pam-devel zlib-devel autoconf automake libtool
```
2. Clone source files and move to project directory
```
git clone https://github.com/simono41/shellinabox.git && cd shellinabox
```
3. Run autotools in project directory
``` ```
chmod +x auto.sh chmod +x auto.sh