[gparted] Small update to source build instructions



commit 46acc4c0f69ff200ac277b817cc9158e0880560e
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Sat Sep 13 11:43:56 2014 +0100

    Small update to source build instructions
    
    Make the standard three steps to build GParted more prominent by
    repeating them at the top of the Building from Source section in the
    README file.

 README |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index f36b8b2..61f23d2 100644
--- a/README
+++ b/README
@@ -65,11 +65,19 @@ a. Pre-built Binary
 
 b. Building from Source
 
-   Building Gparted from source requires that several dependencies are
-   installed.  These include:
+   Briefly, build and install GParted into the default location of
+   /usr/local using:
+      ./configure
+      make
+      sudo make install
+   This assumes all the dependencies are already installed and builds
+   the default configuration.
+
+   The following dependencies are required to build GParted from source:
       g++
       e2fsprogs
       parted
+      gnome-common
       gtkmm24
       gettext
       gnome-doc-utils     - required if help documentation is to be built
@@ -97,8 +105,11 @@ b. Building from Source
                           gnome-doc-utils-devel docbook-xsl-stylesheets
       sudo zypper install -t pattern devel_c_c++
 
-   Briefly, the shell commands `./configure; make; make install' should
-   configure, build, and install this package.
+   Again, build GParted with the default configuration and install into
+   the default location of /usr/local using:
+      ./configure
+      make
+      sudo make install
 
    If you wish to build this package without the help documentation use
    the --disable-doc flag:


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