Update INSTALL.md

correction of two errors: about openssl library and deletion omission
This commit is contained in:
maximesrd 2018-09-02 17:57:18 +02:00 committed by GitHub
parent 25a1ef09ee
commit 8b1130f0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ apt install gettext postgresql postgresql-contrib libpq-dev git curl gcc make op
On **Fedora**, **CentOS** or **RHEL**: On **Fedora**, **CentOS** or **RHEL**:
```bash ```bash
dnf install postgresql-server postgresql-contrib mariadb-devel libsq3-devel libpqxx libpqxx-devel git curl gcc make openssl libssl-dev dnf install postgresql-server postgresql-contrib mariadb-devel libsq3-devel libpqxx libpqxx-devel git curl gcc make openssl openssl-devel
# TODO: GetText + Git install # TODO: GetText
``` ```
On **Gentoo**: On **Gentoo**: