sandbox-libconfig/hello/readme.md

24 lines
193 B
Markdown
Raw Normal View History

2023-01-17 15:17:01 +01:00
* install dependencies on Debian Bullseye
```
sudo apt install libconfig-dev --no-install-recommends
```
* build
```
make clean all
```
* cleanup
```
make clean
```
* run
```
./main
```