Go to file
Curtis Gedak 9af74a541d Updated install notes
svn path=/trunk/; revision=830
2008-04-22 14:58:23 +00:00
compose added *.swp corrected url 2006-03-16 15:09:52 +00:00
doc Added manual page documentation 2008-04-14 15:50:11 +00:00
include gparted-0.3.6 - code recreation from Source Forge 2008-04-07 19:41:18 +00:00
pixmaps gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
po Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00
src Corrected math in partition creation/resize dialogs that prevented operations on partition sizes >= 1 TB 2008-04-21 17:08:43 +00:00
.cvsignore ignore all projectfiles 2004-09-29 13:15:57 +00:00
AUTHORS gparted-0.3.6 - code recreation from Source Forge 2008-04-07 19:41:18 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
ChangeLog Corrected math in partition creation/resize dialogs that prevented operations on partition sizes >= 1 TB 2008-04-21 17:08:43 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
MAINTAINERS Updated MAINTAINERS file 2008-04-09 14:12:08 +00:00
Makefile.am Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00
NEWS more autoconf improvements.. 2004-09-19 22:47:59 +00:00
README Updated install notes 2008-04-22 14:58:23 +00:00
autogen.sh Changes post gparted-0.3.6 - code recreation from Source Forge 2008-04-07 20:10:28 +00:00
configure.in Added manual page documentation 2008-04-14 15:50:11 +00:00
gparted.desktop.in.in Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00
gparted.in Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00

README

GPARTED
-------

GParted stands for Gnome Partition Editor.

It uses libparted to detect and manipulate devices and partition
tables while several (optional) file system tools provide support for
file systems not included in libparted.  These optional packages will
be detected at runtime and don't require a rebuild of GParted.

GParted is written in C++ and uses gtkmm as Graphical Toolkit.  The
general approach is to keep the GUI as simple as possible.  That's why
we try to conform to the GNOME Human Interface Guidelines.

Visit http://gparted.sourceforge.net for more information



INSTALL NOTES
-------------

Compiling GParted requires that several dependencies are installed.

Following are instructions on how to install these dependencies (which
may install other dependencies) on two different GNU/Linux
distributions:

   (k)ubuntu 7.10 Gutsy Gibbon
   ---------------------------

   sudo apt-get install build-essential e2fsprogs uuid uuid-dev \
                        gnome-common libparted-dev libgtkmm-2.4-dev


   Fedora 8
   --------

   su -
   yum groupinstall "Development Tools"
   yum install perl-XML-DOM.noarch e2fsprogs-devel parted-devel \
               gnome-common gtkmm24-devel


Compiling and installing GParted is performed using the standard 
steps of:

   ./configure
   make
   make install


For more information on installation instructions, refer to the
file named INSTALL.



DISTRIBUTION NOTES
------------------

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
   xfsprogs

If the vol_id command is in the search PATH, it will be used to read
linux-swap volume labels.