summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2019-02-09 19:41:00 +0100
committerJiří Techet <techet@gmail.com>2019-02-09 19:41:00 +0100
commitcd9e582bed3fbaf4981e789a1e4224ebefc5e964 (patch)
tree575cff5c489f770ac62700e51ca3023e5313ed85
parent431b34d353d64ad3c56b2d4eda26c6cc799496c3 (diff)
downloadlibchamplain-cd9e582bed3fbaf4981e789a1e4224ebefc5e964.tar.gz
Remove building instructions using autotools from README.md
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index e5fc94c..4a7d6e7 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,6 @@ To build libchamplain from sources using meson, run:
meson _builddir; cd _builddir; ninja; sudo ninja install
```
-Alternatively, when using autotools, run:
-```
-./autogen.sh; make; sudo make install
-```
-
The **repository and bug report** page is at:
* https://gitlab.gnome.org/GNOME/libchamplain