Git Source Code Management
If you are the bleeding-edge kinda person, you have come to the right
place ;-)
Browse git visually
or read GNOME git
instructions.
How to build GParted using git
-
Be sure to install the dependencies for GParted.
These are described in the "Building from source" portion of the README file.
-
Checkout a copy of the source code from the git repository:
git clone git://git.gnome.org/gparted -
Compile the GParted source code into an executable:
cd gparted ./autogen.sh make -
Install the GParted executable (as root):
make install

