From: Maryam Tahhan Date: Thu, 13 Aug 2015 13:49:05 +0000 (+0100) Subject: vsperf: update package dependencies for QEMU X-Git-Tag: brahmaputra.1.0~108 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9d5095b7a5f99ce4cacc49f8d494bdd9baba4a12;p=vswitchperf.git vsperf: update package dependencies for QEMU Update packages.txt with the required packages to build QEMU v2.2.1. JIRA: VSPERF-56 Change-Id: Ifdf802de3c195b0dc5c48dcb8f098c31a1561012 Signed-off-by: Maryam Tahhan Reviewed-by: Madarang, Dino SimeonX --- diff --git a/docs/installation.md b/docs/installation.md index 708de953..bc3b7113 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,10 +15,10 @@ yum -y install https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7 ## System packages -There are a number of packages that must be installed using `yum`. These can be installed like so: +There are a number of packages that must be installed using `yum`. These packages are listed in packages.txt and can be installed like so: ```bash -yum -y --exclude=python33-mod_wsgi* install python33-* pciutils +yum -y --exclude=python33-mod_wsgi* install $(cat packages.txt) ``` --- diff --git a/packages.txt b/packages.txt index f919fb6f..fb641fd3 100644 --- a/packages.txt +++ b/packages.txt @@ -1 +1,8 @@ +python33-* pciutils +gcc +zlib +zlib-devel +glib2-devel +pixman-devel +socat