summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-07-01 10:01:37 +0200
committerBastien Nocera <hadess@hadess.net>2020-07-01 10:02:31 +0200
commit14c3340fe2a409cd9de21e196a8e96a3fffabbb9 (patch)
treeddeb9f0b16debc8fe4a8734a1eea0ba109d6cb27 /README.md
parent15fb989154e0eacde8c63222b60f731ed7a462b1 (diff)
downloadshared-mime-info-14c3340fe2a409cd9de21e196a8e96a3fffabbb9.tar.gz
README: Update compilation instructions
Closes: #140
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 750ebd5a..c23d9d5c 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,13 @@ For more information about the database see the [Shared MIME Info Specification
## Installation
To install do:
+```sh
+$ meson _build -Dprefix=/usr
+$ ninja -v -C _build install
+```
- $ ./configure --prefix=/usr --sysconfdir=/etc
- $ make
- $ sudo make install
-
-If you are building from git then you will have to run `./autogen.sh` first.
-
-It requires glib to be installed for building the update command.
-Additionally, it uses gettext and itstool for translations.
+It requires the glib development package to be installed as well as
+gettext and itstool.
This database is translated at Transifex.