This commit is contained in:
Nick 2018-01-23 23:00:16 +02:00 коммит произвёл GitHub
Родитель 2f7b33d2e9
Коммит 36275e84aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -20,8 +20,17 @@ Make sure you have installed the equivalent for each of these packages for your
- git
- patch
- openssl
- openssl-devel # RHEL based
- libssl-dev # Debian based
- openssl-devel # Only for RHEL / CentOS based
- libssl-dev # Only for Debian / Ubuntu based
Shortcut commands for installing pre-requisites:
```
# RHEL / CentOS Based:
yum install automake bzip2 cmake make g++ gcc git openssl openssl-devel patch
# Debian / Ubuntu Based:
apt-get install automake bzip2 cmake make g++ gcc git openssl libssl-dev patch
```
Go to the directory where you cloned the repo (or unpacked the tarball) and run: