Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 489 Bytes

File metadata and controls

21 lines (21 loc) · 489 Bytes

obos-strap

Yet another build tool for operating systems.

Recipes

Recipe format can be found here

Building

Prerequisites

  • A C compiler
  • CMake
  • cJSON installed somewhere where CMake can discover it.

Building

  1. Clone the repo and enter it's directory:
git clone https://github.com/OBOS-dev/obos-strap
cd obos-strap
  1. Run CMake
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release .
cmake --build build
  1. The binary should be somewhere under build/