summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2024-03-03 12:55:11 +0100
committerThomas E. Dickey <dickey@his.com>2024-03-07 00:42:09 +0000
commit1ffcb516954add31a225d38675adad1df8fa5d21 (patch)
tree56cc45fae8fbe7fd0b185191ac0789505fc8ca25 /README.md
parent451e1b036d3dd0fddcf54733b5616169ed5ad570 (diff)
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 <twied@gmx.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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.