From 9d5095b7a5f99ce4cacc49f8d494bdd9baba4a12 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Thu, 13 Aug 2015 14:49:05 +0100 Subject: 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 --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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) ``` --- -- cgit 1.2.3-korg