[PATCH] Update README to recommend pkgconf installation in Ubuntu

That will avoid the following error when making Wok/Kimchi: ./configure: line 6441: PKG_PROG_PKG_CONFIG: command not found ./configure: line 6447: --variable=systemdsystemunitdir: command not found Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d77b89b..aa982f5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -78,7 +78,7 @@ channel at RHN Classic or Red Hat Satellite. **For Ubuntu (Debian-based):** - $ sudo apt-get install gcc make autoconf automake gettext git \ + $ sudo apt-get install gcc make autoconf automake gettext git pkgconf \ python-cherrypy3 python-cheetah python-imaging \ python-pam python-m2crypto python-jsonschema \ python-psutil python-ldap python-lxml nginx \ -- 1.9.1

Applied. Thanks. Regards, Aline Manera
participants (2)
-
Aline Manera
-
Lucio Correia