You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JeffB42 edited this page Dec 7, 2020
·
2 revisions
The compilation and packaging tasks are managed by the Makefile
and backed on Docker. Docker is used to avoid installing any other
dependencies since all the operations are done inside of the container.
If you need to install docker inside Raspbian or any other linux distrubution
just run:
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
To compile the project, assuming that you already cloned this repository, just
execute the build target, this will generate in build folder all the binaries
and debian packages:
> make build
> ls -1 build/
If you are using Raspbian you can install any of the .deb generated packages.
If not, just use the compiled binary.