[README] Add dep for libaio

This commit is contained in:
Joe Thornber 2014-08-06 16:29:50 +01:00
parent 7e2ea38534
commit efe597f097
1 changed files with 1 additions and 0 deletions

View File

@ -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.