sandbox-libulfius/hello-world/readme.md

18 lines
159 B
Markdown
Raw Normal View History

* install dependencies on Debian Bullseye
```
sudo apt install libulfius-dev --no-install-recommends
```
2023-01-06 11:11:40 +01:00
* build
```
make
```
* run
```
2023-01-06 12:53:59 +01:00
./main <port>
2023-01-06 11:11:40 +01:00
```