xmake

Cross-platform build utility and project manager based on Lua scripting.

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform build utility based on Lua

Commands

xmake

Examples

create a new project from scratch$ xmake create myproject
build a project from the current directory$ xmake build
run the compiled program after building$ xmake run
install project dependencies and configure build$ xmake install
clean build artifacts and object files$ xmake clean