Release 7 (devel -> main) #27

Merged
ChaoticByte merged 6 commits from devel into main 2022-05-29 19:03:59 +00:00
Showing only changes of commit 672f7d6a80 - Show all commits

View file

@ -8,10 +8,11 @@ Before the actual setup, you have to satisfy the following dependencies:
### System
- `pg_config`
- Fedora/RHEL/Ubuntu: `libpq-dev`
- Ubuntu: `libpq-dev`
- Fedora/RHEL: `libpq-devel`
- `Caddy` 2.4.3+ (HTTP Reverse Proxy & Static File Server)
- `gcc`, `gettext`
- `Python` 3.9 with pip
- `Python` 3.9+ with pip
- `Python` header files
- Fedora/RHEL: `python3-devel`
- Ubuntu: `python3-dev`