From 1ffcb516954add31a225d38675adad1df8fa5d21 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Sun, 3 Mar 2024 12:55:11 +0100 Subject: Add meson as alternative build system Add a note to the readme file to clarify that the default build system is still automake. Signed-off-by: Tim Wiederhake --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 06b6607..e926c46 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,8 @@ For patch submission instructions, see: https://www.x.org/wiki/Development/Documentation/SubmittingPatches +To build, run: + ./autogen.sh + make + +The meson based build system is experimental. -- cgit v1.2.3