diff mbox

[i-g-t,21/22] meson: Minimal README update

Message ID 20170905123624.21315-22-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Sept. 5, 2017, 12:36 p.m. UTC
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 README | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox

Patch

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