From efe597f097b6fede5db50adee7baec6dc8174840 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 6 Aug 2014 16:29:50 +0100 Subject: [PATCH] [README] Add dep for libaio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66c7199..d23dae5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Requirements A C++ compiler that supports the c++11 standard (eg, g++). The [Boost C++ library](http://www.boost.org/). The [expat](http://expat.sourceforge.net/) xml parser library (version 1). +The libaio library (note this is not the same as the aio library that you get by linking -lrt) make, autoconf etc. There are more requirements for testing, detailed below.