summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 09:47:52 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-01-11 11:23:21 +0100
commit07c331773dd3bc4dadb164bcd9bc06dbd01de3b6 (patch)
treef2937757ed8662ca151e6772c9d32bae850a0371 /README
parentb3c841633cdaa638f63c00278eb20982795aea51 (diff)
build: make meson more official
I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 12 insertions, 5 deletions
diff --git a/README b/README
index e0f829de..807db0e3 100644
--- a/README
+++ b/README
@@ -167,11 +167,11 @@ The following dependencies are requires for building audio support
libasound2-dev
libgsl-dev
-Experimental meson build system support
----------------------------------------
+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:
+Currently we support both meson and automake as build systems, but meson is the
+recommended choice. Oneliner to get started:
$ mkdir build && meson build && cd build && ninja
@@ -181,7 +181,14 @@ Running testcases is done with
$ cd build && ninja test
-gtkdocs is currently not yet supported.
+Documentation is built using
+
+$ cd build && ninja && ninja intel-gpu-tools-doc
+
+Note that there's a setup script similar to ./autogen.sh which creates a
+compatibility Makefile with a few useful default targets:
+
+$ ./meson.sh [make-arguments]
Releases for maintainers
------------------------