About 307 results
Open links in new tab
  1. The Meson Build system

    Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. The main design point of Meson is that every moment …

  2. The Absolute Beginner's Guide to Installing and Using Meson

    This page is meant for people who are new to using Meson and possibly even to compiling C and/or C++ code in general. It is meant to contain one simple way of getting your build …

  3. Quickstart Guide - Meson

    To compile any given configuration, just go into the corresponding build directory and run meson compile. Meson will automatically add compiler flags to enable debug information and compiler …

  4. Tutorial - Meson

    This page shows from the ground up how to create a Meson build definition for a simple project. Then we expand it to use external dependencies to show how easily they can be integrated …

  5. Getting Meson

    We provide an MSI installer on the GitHub release page that can be used to install both Meson and Ninja at once for Windows. It also contains an embedded copy of Python, so scripts that …

  6. Reference manual - Meson

    This is the root page of the online Meson reference manual. This manual is also available in a more machine readable format as a JSON documented attached to every release since 0.60.0.

  7. Manual - Meson

    Manual This is the user manual for Meson. It currently tracks the state of Git head. If you are using an older version, some of the information here might not work for you.

  8. An in-depth tutorial - Meson

    An in-depth tutorial In this tutorial we set up a project with multiple targets, unit tests and dependencies between targets. Our main product is a shared library called foo that is written in …

  9. Built-in options - Meson

    Meson provides two kinds of options: build options provided by the build files and built-in options that are either universal options, base options, compiler options.

  10. FAQ - Meson

    Meson needs to know several details about each compiler in order to compile code with it. These include things such as which compiler flags to use for each option and how to detect the …