8 lines
100 B
Markdown
8 lines
100 B
Markdown
|
## build
|
||
|
```bash
|
||
|
apt install libmosquitto-dev
|
||
|
cp config.h.example config.h
|
||
|
# edit config.h
|
||
|
make
|
||
|
```
|