[PATCH] [Kimchi] Use correct gettext package for building

The correct gettext package needs to be installed in each distro in order autogen does not show the following error messages: warning: macro 'AM_GNU_GETTEXT' not found in library warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index bdfbd81..dc58556 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ Install Dependencies **For fedora and RHEL:** - $ sudo yum install wok libvirt-python libvirt \ + $ sudo yum install wok libvirt-python libvirt gettext-devel \ libvirt-daemon-config-network python-imaging \ qemu-kvm python-ethtool sos python-ipaddr \ nfs-utils iscsi-initiator-utils pyparted \ @@ -81,14 +81,14 @@ channel at RHN Classic or Red Hat Satellite. qemu-kvm python-parted python-ethtool sosreport \ xsltproc python-ipaddr python-lxml open-iscsi \ python-guestfs libguestfs-tools spice-html5 \ - python-magic python-paramiko \ + python-magic python-paramiko gettext \ # These dependencies are only required if you want to run the tests: $ sudo apt-get install pep8 pyflakes python-requests python-mock **For openSUSE:** - $ sudo zypper install wok libvirt-python libvirt \ + $ sudo zypper install wok libvirt-python libvirt gettext-tools \ libvirt-daemon-config-network python-imaging \ kvm python-ethtool python-ipaddr nfs-client \ open-iscsi python-parted python-libguestfs \ -- 1.9.1
participants (1)
-
Lucio Correia