Mention meson and nmake build in README.md

This commit is contained in:
Tim Rühsen 2018-12-08 10:59:07 +01:00
parent 77c10beab7
commit 2483cb608d
1 changed files with 8 additions and 0 deletions

View File

@ -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
------------