Yet another build tool for operating systems.
Recipe format can be found here
- A C compiler
- CMake
- cJSON installed somewhere where CMake can discover it.
- Clone the repo and enter it's directory:
git clone https://github.com/OBOS-dev/obos-strap
cd obos-strap
- Run CMake
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release .
cmake --build build
- The binary should be somewhere under build/