-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

meson


> SCons-like build system that uses python as a front-end language and Ninja as a building backend.

More information.


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}

Build the project:

meson compile -C {path/to/build_dir}

Run all tests in the project:

meson test

Show the help:

meson --help

Show version info:

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).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:31:46 2024