From: Dylan Baker
+Meson is the latest build system in mesa, it is currently able to build for +*nix systems like Linux and BSD, and will be able to build for windows as well. +
+ ++The general approach is: +
++ meson builddir/ + ninja -C builddir/ + sudo ninja -C builddir/ install ++
+Please read the detailed meson instructions +for more information +
+ +-The primary method to build Mesa on Unix systems is with autoconf. +Although meson is recommended, another supported way to build on *nix systems +is with autoconf.
@@ -133,7 +155,7 @@ for more details. -
To build Mesa with SCons on Linux or Windows do @@ -169,7 +191,7 @@ Additional information is available in README.WIN32. -
Currently one can build Mesa for Android as part of the AOSP project, yet @@ -188,7 +210,7 @@ Android-x86 and/or other resources.
-
When compilation has finished, look in the top-level lib/
@@ -226,7 +248,7 @@ versions of libGL and device drivers.
Running make install
will install package configuration files