[planner: 38/40] Update README for meson




commit e8ca20994d88b3b88238d202ffb0eedea476c2e5
Author: Mart Raudsepp <leio gentoo org>
Date:   Wed Mar 4 21:24:15 2020 +0200

    Update README for meson
    
    gnome-vfs dep was also dropped long ago, so remove the reference from
    here while at it.

 README | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 8c1a3232..17079520 100644
--- a/README
+++ b/README
@@ -60,7 +60,6 @@ GLIB 2.38.0
 GTK 2.24.0
 LIBGNOMECANVAS 2.10.0
 LIBGLADE 2.3.0
-GNOME_VFS 2.10.0
 GCONF 2.10.0
 LIBXML 2.6.27
 LIBXSLT 1.1.23
@@ -70,10 +69,10 @@ Simple install procedure:
 
   $ tar xzvf planner-0.14.6.tar.gz     # unpack the sources
   $ cd planner-0.14.6                  # change to the toplevel directory
-  $ ./configure                                # run the `configure' script
-  $ make                               # build planner
+  $ meson build                                # run the configuration
+  $ ninja -C build                     # build planner
   [ Become root if necessary ]
-  $ make install                       # install planner
+  $ ninja -C build install             # install planner
 
 More detailed installation instructions can be found at
 http://wiki.gnome.org/Apps/Planner


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