From: Dylan Baker For general information about Meson see the
-Meson website.1. Introduction
Mesa's Meson build system is generally considered stable and ready for production.
@@ -70,7 +70,7 @@ Meson only supports out-of-tree builds, and must be passed a directory to put built and generated sources into. We'll call that directory "build" here. It's recommended to create a - + separate build directory for each configuration you might want to use. @@ -119,7 +119,7 @@ meson configure build/ -Dprefix=/tmp/install -Dglx=true
Note that options taking lists (such as platforms
) are
-a bit
+a bit
more complicated, but the simplest form compatible with Mesa options
is to use a comma to separate values (-D platforms=drm,wayland
)
and brackets to represent an empty list (-D platforms=[]
).
@@ -224,7 +224,7 @@ ninja -C build-clang
The default compilers depends on your operating system. Meson supports most of the popular compilers, a complete list is available -here. +here.