From bf564b463a2ad252a024f717c3d43e646c48867d Mon Sep 17 00:00:00 2001 From: Marek Waszkiewicz Date: Thu, 26 Mar 2015 01:16:23 +0100 Subject: [PATCH] README: add xen-devel boost-devel for fedora 21 build instructions Signed-off-by: Marek Waszkiewicz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adb870f7f6..3ccc898148 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Building Seastar Installing required packages: ``` -yum install gcc-c++ libaio-devel ninja-build ragel hwloc-devel numactl-devel libpciaccess-devel cryptopp-devel +yum install gcc-c++ libaio-devel ninja-build ragel hwloc-devel numactl-devel libpciaccess-devel cryptopp-devel xen-devel boost-devel ``` You then need to run the following to create the "build.ninja" file: