Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 635 Bytes

File metadata and controls

30 lines (23 loc) · 635 Bytes

Development Environment for Thingino firmware

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.