TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

container, add minimal support to build the examples #96

Closed xnlcasad closed 2 years ago

xnlcasad commented 2 years ago

Once docker or podman are installed on the host, it is possible to build all the examples by executing 'make' on the bluetoe/examples/docker folder.

Fixes https://github.com/TorstenRobitzki/bluetoe/issues/93

TorstenRobitzki commented 2 years ago

Thanks a lot :-)