doc: update requirements

This commit is contained in:
Benjamin Renard 2021-11-23 18:13:50 +01:00
parent 4d4e8f133b
commit d1102ce1b3

View file

@ -6,13 +6,21 @@ Just a set of helpers small libs to make common tasks easier in my script develo
```
apt install \
gcc \
libldap2-dev \
libsasl2-dev \
libpq-dev \
libmariadb-dev \
build-essential \
python3 \
python3-dev
# For LDAP:
apt install libldap2-dev libsasl2-dev
# For Config:
apt install pkg-config libsystemd-dev
# For PgSQL:
apt install libpq-dev
# For MySQL:
apt install libmariadb-dev
```
## Installation