[Intel-gfx] [PATCH i-g-t 21/22] meson: Minimal README update

Daniel Vetter daniel.vetter at ffwll.ch
Tue Sep 5 12:36:23 UTC 2017


Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
 README | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README b/README
index c3ddf7685fb4..2c2cd3637a43 100644
--- a/README
+++ b/README
@@ -159,6 +159,22 @@ The following dependencies are requires for building audio support
 	libasound2-dev
 	libgsl-dev
 
+Experimental meson build system support
+---------------------------------------
+
+Right now this is just a preview for developers, automake is still used by CI
+and needs to keep working. One-liner howto:
+
+$ mkdir build && meson build && cd build && ninja
+
+Note that meson insist on separate build directories from the source tree.
+
+Running testcases is done with
+
+$ cd build && ninja test
+
+gtkdocs is currently not yet supported.
+
 Releases for maintainers
 ------------------------
 
-- 
2.14.1



More information about the Intel-gfx mailing list