summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2019-02-10 18:24:39 +0100
committerJiří Techet <techet@gmail.com>2019-02-10 18:24:39 +0100
commit74b46446e191df07ca76616a5c4d35223a5fe459 (patch)
tree7a5d6d0f30cdeb9002bcbd1c91fc78364ad2c062
parent159bc34de95bee68a9b70aca854c6dac59513d3c (diff)
downloadlibchamplain-74b46446e191df07ca76616a5c4d35223a5fe459.tar.gz
Add more meson-related details into 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