mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-22 18:58:07 +00:00
Update INSTALL.md
correction of two errors: about openssl library and deletion omission
This commit is contained in:
parent
25a1ef09ee
commit
8b1130f0dd
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ apt install gettext postgresql postgresql-contrib libpq-dev git curl gcc make op
|
|||
On **Fedora**, **CentOS** or **RHEL**:
|
||||
|
||||
```bash
|
||||
dnf install postgresql-server postgresql-contrib mariadb-devel libsq3-devel libpqxx libpqxx-devel git curl gcc make openssl libssl-dev
|
||||
# TODO: GetText + Git install
|
||||
dnf install postgresql-server postgresql-contrib mariadb-devel libsq3-devel libpqxx libpqxx-devel git curl gcc make openssl openssl-devel
|
||||
# TODO: GetText
|
||||
```
|
||||
|
||||
On **Gentoo**:
|
||||
|
|
Loading…
Reference in a new issue