[PATCH rendercheck v3 4/4] Explain how to build using meson in the README.
Eric Anholt
eric at anholt.net
Wed Mar 29 20:19:35 UTC 2017
Signed-off-by: Eric Anholt <eric at anholt.net>
---
README | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README b/README
index f5af0b0c64eb..2f8ec1ab0e46 100644
--- a/README
+++ b/README
@@ -10,3 +10,11 @@ Tests currently include:
- Linear gradients
- Repeating sources/masks at POT and non-POT sizes
- Some regression tests for bugs from freedesktop.org bugzilla.
+
+rendercheck uses the Meson build system, which uses the "ninja" build
+backend on Linux. The three commands to configure (building into the
+build/ directory), build, and install are:
+
+ meson build
+ ninja -C build
+ sudo ninja -C build install
--
2.11.0
More information about the xorg-devel
mailing list