It's only two commands, clearly stated in the docs. No configuration required.
meson setup build
ninja -C build
It's not like meson or ninja is an obscure tool either, contrary to what this thread suggests. They're both popular C/C++ build tools along with cmake.
Comments
It's only two commands, clearly stated in the docs. No configuration required.
It's not like meson or ninja is an obscure tool either, contrary to what this thread suggests. They're both popular C/C++ build tools along with cmake.True.