[gexiv2: 1/3] Update INSTALLING to meson



commit 774ea4a3714eca0ef727d5a2602d76ca531f8a76
Author: Thomas Doczkal <thomas doczkal de>
Date:   Mon Apr 27 21:55:33 2020 +0200

    Update INSTALLING to meson

 INSTALLING | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/INSTALLING b/INSTALLING
index 5cbcb7d..24f397b 100644
--- a/INSTALLING
+++ b/INSTALLING
@@ -4,20 +4,16 @@
 
     To build and install gexiv2, type the following commands:
 
-    $ ./configure
-    $ make
-    $ make install
-
-    When building from git, you need to run ./autgen.sh to generate the
-    configure script.
+    $ meson builddir && cd builddir
+    $ ninja
+    $ ninja test
 
     * By default, gexiv2 will install under /usr/local.  The configure script
-      can customize the prefix directory.  Run ./configure --help for
+      can customize the prefix directory.  Run 'meson setup --help' for
       instructions and other installation options.
-  
-    * You may need to execute "make install" as root (i.e. sudo make install)
+
+    * You may need to execute 'ninja install' as root (i.e. sudo ninja install)
       if installing to system directories.
 
 
     Copyright 2016 Software Freedom Conservancy Inc.
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]