meson

Fast and user-friendly build system with Python-based configuration

brewmacoslinux
Try with needOr install directly
Source

About

Fast and user friendly build system

Commands

meson

Examples

Initialize a new Meson project in the current directory$ meson setup builddir
Compile the project using the configured build directory$ meson compile -C builddir
Run tests for the project$ meson test -C builddir