25 lines
518 B
Markdown
25 lines
518 B
Markdown
## Running
|
|
./cavecomm {path to filled out cavecomm.conf}
|
|
if no path is given . will be considered the location
|
|
|
|
It is possible to run without SSL support for that compilation has to occur without "-DCROW_ENABLE_SSL"
|
|
|
|
## Installation
|
|
|
|
Dependencies:
|
|
|
|
https://packages.debian.org/bullseye/openssl
|
|
|
|
Postgress:
|
|
https://packages.debian.org/bullseye/libpqxx-dev
|
|
|
|
SMTP:
|
|
https://packages.debian.org/bullseye/libcurlpp-dev
|
|
|
|
CrowCPP:
|
|
https://crowcpp.org/ v1.0+5
|
|
https://www.boost.org/ v1.81.0
|
|
|
|
**TODO: Write this**
|
|
|