diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:38 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:38 +0200 |
commit | b0ecc439edc1bb9daa83e664203420e685227856 (patch) | |
tree | a2ae6e1d4e71267c54e432355a8ed4542eec20fe /system/gparted/README | |
parent | b6eeac29fc7593c412edca232b8fa188e99330c6 (diff) | |
download | slackbuilds-b0ecc439edc1bb9daa83e664203420e685227856.tar.gz |
system/gparted: Initial import
Diffstat (limited to 'system/gparted/README')
-rw-r--r-- | system/gparted/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/gparted/README b/system/gparted/README new file mode 100644 index 0000000000..a3aab4d722 --- /dev/null +++ b/system/gparted/README @@ -0,0 +1,11 @@ +GParted uses GNU libparted to detect and manipulate devices and +partition tables. Several (optional) "file system" tools provide +support for file systems not included in libparted. These optional +packages will be detected at runtime and do not require a rebuild +of GParted. GParted is written in C++ and uses gtkmm for it's +Graphical User Interface (GUI). + +gtkmm, which is available at slackbuilds.org, and parted, which +can be found on the second Slackware CD in extra/ or on any official +Slackware mirror, are required to build gparted. + |