Podman container for developing Thingino firmware in a standardized and reproducible environment.
sudo apt update
sudo apt install podman
git clone https://github.com/themactep/thingino-builder.git ~/thingino-builder
cd ~/thingino-builder
./run.sh
If you want to compile from stable branch then run
git checkout stable
make update
To launch a compilation run
make
Use make cleanbuild for a clean mutithreaded compilation.