aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-08-13 14:49:05 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-08-21 08:24:19 +0000
commit9d5095b7a5f99ce4cacc49f8d494bdd9baba4a12 (patch)
tree7fcc566937390976f116a164dabe10f7a0aa7398 /docs
parentc99fda7cb1019c036c5caa828e2febe935d4aaf0 (diff)
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 <maryam.tahhan@intel.com> Reviewed-by: Madarang, Dino SimeonX <dino.simeonx.madarang@intel.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/installation.md4
1 files changed, 2 insertions, 2 deletions
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)
```
---