summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-13 15:12:05 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-13 15:13:32 +0200
commit7c505312792fb1fe7ad0a194816e8877741cdb5a (patch)
tree20f3ed789169c88e40fe2256e739f166a53a1406 /README.md
parent6856b0464e6ebc5e64e817ce8fd304ed111ff3b5 (diff)
downloadgnome-contacts-7c505312792fb1fe7ad0a194816e8877741cdb5a.tar.gz
Drop autotools in favor of Meson.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index 97fb5ef..d868da7 100644
--- a/README.md
+++ b/README.md
@@ -3,19 +3,11 @@ Contacts organizes your contacts information from all your online and offline
sources, providing a centralized place for managing your contacts.
## Building
-First download the source code from git:
+You can build and install Contacts using [Meson](http://mesonbuild.com/):
```sh
-git clone git://git.gnome.org/gnome-contacts
-cd gnome-contacts
-```
-
-You can then build Contacts using either [Meson](http://mesonbuild.com/) or
-Autotools:
-```sh
-# Meson
-meson build && ninja -C build
-# Autotools
-./autogen.sh && make
+meson build
+ninja -C build
+ninja -C build install
```
## Issue tracker