doc: update requirements
This commit is contained in:
parent
4d4e8f133b
commit
d1102ce1b3
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
@ -6,13 +6,21 @@ Just a set of helpers small libs to make common tasks easier in my script develo
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install \
|
apt install \
|
||||||
gcc \
|
build-essential \
|
||||||
libldap2-dev \
|
|
||||||
libsasl2-dev \
|
|
||||||
libpq-dev \
|
|
||||||
libmariadb-dev \
|
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev
|
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
|
## Installation
|
||||||
|
|
Loading…
Reference in a new issue