Add gnome-common to fedora dependencies in README
The gnome-common package is needed when building from the git repository. This package was missed in the list of dependencies for the Fedora GNU/Linux distribution.
This commit is contained in:
parent
4a85e3cd66
commit
93f7cb3f47
2
README
2
README
|
@ -87,7 +87,7 @@ b. Building from Source
|
|||
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
|
||||
'perl(XML::Parser)' desktop-file-utils libuuid-devel \
|
||||
gnome-doc-utils docbook-dtds rarian-compat intltool \
|
||||
gcc-c++
|
||||
gnome-common gcc-c++
|
||||
yum groupinstall 'Development Tools'
|
||||
|
||||
On openSUSE, these dependencies may be obtained by running the
|
||||
|
|
Loading…
Reference in New Issue