sandbox-libconfig/pq-confo/readme.md

24 lines
222 B
Markdown
Raw Normal View History

2023-01-19 12:26:02 +01:00
* install dependencies on Debian Bullseye
```
sudo apt install libconfig-dev --no-install-recommends
```
* build
```
make clean all
```
* cleanup
```
make clean
```
* run
```
Usage: ./main <path to config file>
```