[gparted] Add section on building using a specific libparted version to README
- From: Mike Fleetwood <mfleetwo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Add section on building using a specific libparted version to README
- Date: Sun, 14 Sep 2014 20:06:50 +0000 (UTC)
commit a1ea76b51a6dbe0cfdaf3933a39b706e6fbe956a
Author: Curtis Gedak <gedakc gmail com>
Date: Sun Sep 14 11:44:48 2014 -0600
Add section on building using a specific libparted version to README
README | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
index 61f23d2..bcc136f 100644
--- a/README
+++ b/README
@@ -142,6 +142,31 @@ b. Building from Source
The INSTALL file contains further GNU installation instructions.
+c. Building using a Specific (lib)parted Version
+
+ 1) Download the parted version you wish to use (e.g., 3.2) from:
+
+ http://ftp.gnu.org/gnu/parted/
+
+ 2) Build and install parted.
+
+ Extract parted tarball, configure, make, and sudo make install.
+ Note that by default this will install into /usr/local.
+
+ 3) Set library environment variables to look in /usr/local/lib.
+
+ export LD_LIBRARY_PATH=/usr/local/lib
+ export LD_RUN_PATH=/usr/local/lib
+ export LDFLAGS=-L/usr/local/lib
+
+ 4) Build gparted using steps listed above in "Building from Source".
+
+ Note that when you run ./configure you should see the specific
+ version of parted listed in the check for libparted >= 1.7.1.
+
+ You will also see the libparted version listed when running
+ gparted from the command line.
+
DIRECTORIES
------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]