summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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