[gtksourceview] readme: simplify install procedure



commit 7b3ae3ba1cee56d96ccda666038c41c9beecd09e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jun 17 19:47:12 2016 +0200

    readme: simplify install procedure
    
    The README is inside the tarball, so by the time someone reads the
    README, the tarball is already extracted. Besides, if someone wants to
    compile GtkSourceView from source, we can expect that extracting the
    tarball is something that he/she can do.
    
    ./configure && make && make install is the standard procedure, no need
    to detail everything.
    
    And replace % by $ as the shell prompt. Bash is usually the shell
    installed by default.

 README |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 0964f1f..cc2c171 100644
--- a/README
+++ b/README
@@ -33,12 +33,10 @@ GtkSourceView requires GLib >= 2.48, GTK+ >= 3.20 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.21.2.tar.xz    # unpack the sources
-  % cd gtksourceview-3.21.2               # change to the toplevel directory
-  % ./configure                                   # run the `configure' script
-  % make                                  # build gtksourceview
+  $ ./configure
+  $ make
   [ Become root if necessary ]
-  % make install                          # install gtksourceview
+  $ make install
 
 See the file 'INSTALL' for more detailed information.
 


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