mirror of
https://github.com/openappsec/openappsec.git
synced 2026-01-01 14:15:44 +03:00
Feb_06_2024-Dev
This commit is contained in:
@@ -106,12 +106,13 @@ Before compiling the services, you'll need to ensure the latest development vers
|
||||
* cURL
|
||||
* Redis
|
||||
* Hiredis
|
||||
* MaxmindDB
|
||||
|
||||
An example of installing the packages on Alpine:
|
||||
|
||||
```bash
|
||||
$ apk update
|
||||
$ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev redis
|
||||
$ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev redis libmaxminddb-dev
|
||||
```
|
||||
|
||||
## Compiling and packaging the agent code
|
||||
|
||||
Reference in New Issue
Block a user