
meson
List of commands for meson:
-
meson:tldr:56743 meson: Build the project.$ meson compile -C ${path-to-build_dir}try on your machineexplain this command
-
meson:tldr:71042 meson: Show version info.$ meson --versiontry on your machineexplain this command
-
meson:tldr:a1779 meson: Run all tests in the project.$ meson testtry on your machineexplain this command
-
meson:tldr:c869a meson: Generate a C project with a given name and version.$ meson init --language=${c} --name=${myproject} --version=${0-1}try on your machineexplain this command
-
meson:tldr:f2a41 meson: Configure the `builddir` with default values.$ meson setup ${build_dir}try on your machineexplain this command