meson
SCons-like build system that uses python as a front-end language and Ninja as a building backend.
- Generate a C project with a given name and version:
meson init --language={c} --name={myproject} --version={0.1}
- Configure the `builddir` with default values:
meson setup {build_dir}
meson compile -C {path/to/build_dir}
- Run all tests in the project:
meson test
meson --help
meson --version
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).