From 74b46446e191df07ca76616a5c4d35223a5fe459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sun, 10 Feb 2019 18:24:39 +0100 Subject: Add more meson-related details into README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7d6e7..22f15a6 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,17 @@ libchamplain depends on the following libraries: * [cairo](https://www.cairographics.org) * [sqlite](https://www.sqlite.org) -To build libchamplain from sources using meson, run: +To build libchamplain from sources using [meson](https://mesonbuild.com), run: ``` meson _builddir; cd _builddir; ninja; sudo ninja install ``` +It is possible to specify compilation options defined in `meson_options.txt` +by using the `-D` flag, e.g.: +``` +meson _builddir -Dgtk_doc=true -Ddemos=true +``` + The **repository and bug report** page is at: * https://gitlab.gnome.org/GNOME/libchamplain -- cgit v1.2.1