Jul 5th update

This commit is contained in:
Ned Wright
2023-07-05 17:52:42 +00:00
parent a9a9b4ca29
commit 3da1f451e7
5 changed files with 46 additions and 4 deletions

View File

@@ -29,10 +29,11 @@ Before compiling, ensure the latest development versions of the following librar
* zlib
* OpenSSL
* Geoip
* Python3
```bash
$ apk update
$ apk add pcre-dev libxml2-dev zlib-dev openssl-dev geoip-dev
$ apk add pcre-dev libxml2-dev zlib-dev openssl-dev geoip-dev linux-headers python3
```
### Compiling the attachment code for an existing nginx server