README: add libaio dependency

libaio is required by examples/nvme/perf on Linux, so add it to the list
of dependencies to install before building.

Change-Id: Iae590153f54327711081f9e81538dae4b2ef3f71
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-01-21 10:47:55 -07:00
parent ffa548df9d
commit a7c6c3cc18

View File

@ -30,6 +30,7 @@ Fedora/CentOS:
- gcc
- libpciaccess-devel
- CUnit-devel
- libaio-devel
Ubuntu/Debian:
@ -37,6 +38,7 @@ Ubuntu/Debian:
- libpciaccess-dev
- make
- libcunit1-dev
- libaio-dev
FreeBSD: