Add openSUSE command to install dependencies to README

This commit is contained in:
Curtis Gedak 2011-02-26 10:18:09 -07:00
parent 4c7b3928c0
commit 3499b2327a
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -66,6 +66,12 @@ b. Building from Source
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \ yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
perl(XML::Parser) desktop-file-utils perl(XML::Parser) desktop-file-utils
On openSUSE, these dependencies may be obtained by running the
following command;
sudo zypper install automake autoconf gcc-g++ make gnome-common \
libuuid-devel parted-devel gtkmm2-devel \
gnome-doc-utils-devel
Briefly, the shell commands `./configure; make; make install' should Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. configure, build, and install this package.