Add to README packages required for fedora 16 build

Also add configure flag to disable scrollkeeper for desktops that do
not support scrollkeeper.
This commit is contained in:
Curtis Gedak 2011-11-12 17:03:23 -07:00
parent 38aab666b4
commit 1dce98cd3e
1 changed files with 7 additions and 1 deletions

8
README
View File

@ -64,7 +64,9 @@ b. Building from Source
On Fedora, you will need to run (as root);
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
perl(XML::Parser) desktop-file-utils
'perl(XML::Parser)' desktop-file-utils libuuid-devel \
gnome-doc-utils rarian-compat
yum groupinstall 'Development Tools'
On openSUSE, these dependencies may be obtained by running the
following command;
@ -79,6 +81,10 @@ b. Building from Source
the --disable-doc flag:
E.g., ./configure --disable-doc
If you wish to build this package for use on a desktop that does not
support scrollkeeper use the --disable-scrollkeeper flag:
E.g., ./configure --disable-scrollkeeper
If you wish to build this package to use native libparted /dev/mapper
dmraid support use the --enable-libparted-dmraid flag:
E.g., ./configure --enable-libparted-dmraid