[gnome-mud] README: Update build instructions to meson and GTK+ min version



commit 668ce04e80844e862a2f84d4751bc7d11819b8fb
Author: Mart Raudsepp <leio gentoo org>
Date:   Mon Feb 17 18:03:24 2020 +0200

    README: Update build instructions to meson and GTK+ min version
    
    https://gitlab.gnome.org/GNOME/gnome-mud/issues/22

 README | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 0b58ef5..c2f2179 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ This program is under GPL. See file COPYING for details.
 
     A c-compiler :), the GTK+ (the GIMP ToolKit) which can be found
     at ftp://ftp.gimp.org/pub/gtk and the GNOME libraries found at
-    ftp://ftp.gnome.org/pub/gnome/sources. GNOME-Mud requires GTK+ 2.0
+    ftp://ftp.gnome.org/pub/gnome/sources. GNOME-Mud requires GTK+ 3.22
     or later.
     While GNOME-Mud is an application designed to work under the GNOME
     desktop, there's nothing that prevents you from using it in KDE or any
@@ -34,10 +34,10 @@ This program is under GPL. See file COPYING for details.
 
     Fastest way to do it:
 
-    ./configure --help
-    ./configure
-    make
-    make install
+    meson build
+    cd build
+    ninja
+    ninja install
 
 
 4. Mailing-list.


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