Fast and easy to use build system for low-level projects.
- GNU C++
- GNU Make
- Run make
build-nebld-coreandbuild-nebldto build from the sources.
- Run
nebldand pass the path to the manifest file to build from the sources:
nebld targets/osx.json- Use CMake to build
nebldfrom the sources:
cmake -S . -B build
cmake --build build