From 2483cb608d93514830c140787495c214072b2d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 8 Dec 2018 10:59:07 +0100 Subject: [PATCH] Mention meson and nmake build in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c20d8a6..741a2a6 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,14 @@ Download project and prepare sources with make make check +If you prefer a `meson` build + + meson builddir + ninja -C builddir + ninja -C builddir test + +There is also an unofficial MSVC nmake build configuration in `msvc/`. + Mailing List ------------