Skip to content

OBOS-dev/obos-strap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Yet another build tool for operating systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published