Enhanced INSTALL section of README
svn path=/trunk/; revision=834
This commit is contained in:
parent
7da2eb17ad
commit
3906a43757
|
@ -1,7 +1,11 @@
|
||||||
|
2008-04-26 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* README: Enhanced INSTALL information
|
||||||
|
- Closes GParted bug 529625
|
||||||
|
|
||||||
2008-04-25 Curtis Gedak <gedakc@gmail.com>
|
2008-04-25 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* README: Updated to better align with GNU coding standards
|
* README: Updated to better align with GNU coding standards
|
||||||
- Closes GParted bug 529625
|
|
||||||
|
|
||||||
2008-04-23 Curtis Gedak <gedakc@gmail.com>
|
2008-04-23 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
|
56
README
56
README
|
@ -15,12 +15,6 @@ contained within. This is useful for creating space for new operating
|
||||||
systems, reorganizing disk usage, and mirroring one partition with
|
systems, reorganizing disk usage, and mirroring one partition with
|
||||||
another (disk imaging).
|
another (disk imaging).
|
||||||
|
|
||||||
Gparted uses GNU libparted to detect and manipulate devices and
|
|
||||||
partition tables. Several optional packages provide additional file
|
|
||||||
system support. Optional packages include:
|
|
||||||
e2fsprogs, dosfstools, mtools, hfsutils, jfsutils,
|
|
||||||
ntfsprogs, reiser4progs, reiserfsprogs, and xfsprogs.
|
|
||||||
|
|
||||||
Gparted can also be used with storage devices other than hard disks,
|
Gparted can also be used with storage devices other than hard disks,
|
||||||
such as USB flash drives, and memory cards.
|
such as USB flash drives, and memory cards.
|
||||||
|
|
||||||
|
@ -36,8 +30,41 @@ found in the file:
|
||||||
|
|
||||||
INSTALL
|
INSTALL
|
||||||
-------
|
-------
|
||||||
Installation instructions can be found in the file:
|
a. Pre-built Binary
|
||||||
INSTALL
|
|
||||||
|
Many GNU/Linux distributions already provide a pre-built binary
|
||||||
|
package for GParted. Instructions on how to install GParted on
|
||||||
|
some distributions is given below:
|
||||||
|
|
||||||
|
(K)Ubuntu
|
||||||
|
---------
|
||||||
|
sudo apt-get install gparted
|
||||||
|
|
||||||
|
Fedora
|
||||||
|
------
|
||||||
|
su -
|
||||||
|
yum install gparted
|
||||||
|
|
||||||
|
b. Building from Source
|
||||||
|
|
||||||
|
Building Gparted from source requires that several dependencies are
|
||||||
|
installed. These include:
|
||||||
|
g++
|
||||||
|
e2fsprogs
|
||||||
|
parted
|
||||||
|
gtkmm24
|
||||||
|
gettext
|
||||||
|
|
||||||
|
On (K)Ubuntu, these dependencies may be obtained by running the
|
||||||
|
following command;
|
||||||
|
sudo apt-get install build-essential e2fsprogs uuid uuid-dev \
|
||||||
|
gnome-common libparted-dev libgtkmm-2.4-dev
|
||||||
|
|
||||||
|
On Fedora, you will need to run (as root);
|
||||||
|
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
|
||||||
|
perl(XML::Parser) desktop-file-utils
|
||||||
|
|
||||||
|
The INSTALL file contains further GNU installation instructions.
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
|
@ -63,17 +90,10 @@ src - contains C++ source code
|
||||||
|
|
||||||
DISTRIBUTION NOTES
|
DISTRIBUTION NOTES
|
||||||
------------------
|
------------------
|
||||||
The following notes are intended to assist GNU/Linux distribution
|
Gparted uses GNU libparted to detect and manipulate devices and partition
|
||||||
packagers. More information on GParted features can be found at:
|
tables. Several optional packages provide additional file system support.
|
||||||
http://gparted.sourceforge.net/features.php
|
Optional packages include:
|
||||||
|
|
||||||
GParted Dependencies:
|
|
||||||
libparted
|
|
||||||
libuuid
|
|
||||||
libdl
|
|
||||||
libgtkmm
|
|
||||||
|
|
||||||
Optional (suggested) packages:
|
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
dosfstools
|
dosfstools
|
||||||
mtools
|
mtools
|
||||||
|
|
Loading…
Reference in New Issue