From a7672a45293050f3afa1555c80947fcb5490dd44 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Thu, 18 Jun 2020 20:27:02 +0200 Subject: doc: Update installation instructions --- README | 14 +++++++++++--- 1 file 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 -- cgit v1.2.1