summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@cl.no>2020-06-18 20:27:02 +0200
committerHans Petter Jansson <hpj@cl.no>2020-06-18 20:27:35 +0200
commita7672a45293050f3afa1555c80947fcb5490dd44 (patch)
treea79701d4566171d2121829f6d94d6247be8e1bb5
parentbce737e8b13c7293c6360fa8a56271ac62dd0a02 (diff)
downloaddesktop-file-utils-a7672a45293050f3afa1555c80947fcb5490dd44.tar.gz
doc: Update installation instructions
-rw-r--r--README14
1 files changed, 11 insertions, 3 deletions
diff --git a/README b/README
index d48d832..a13d8b4 100644
--- a/README
+++ b/README
@@ -33,9 +33,17 @@ To discuss desktop-file-utils, you may use the xdg mailing list:
Installation
============
-See the file 'INSTALL'. If you are not using a released version of
-desktop-file-utils (for example, if you checked out the code from git),
-you first need to run './autogen.sh'.
+Using Meson:
+
+ meson _build
+ ninja -C _build
+ sudo ninja -C _build install
+
+Using Autotools (deprecated):
+
+ ./autogen.sh
+ make
+ sudo make install
How to report bugs