Add openSUSE command to install dependencies to README
This commit is contained in:
parent
4c7b3928c0
commit
3499b2327a
6
README
6
README
|
@ -66,6 +66,12 @@ b. Building from Source
|
|||
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
|
||||
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
|
||||
configure, build, and install this package.
|
||||
|
||||
|
|
Loading…
Reference in New Issue