From 5dc7028c8aebb26d35ed31c4b07ac180cc1887c9 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 30 Aug 2015 22:48:30 +0300 Subject: [PATCH] Add expat into README.md dependency list - closes #25 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 146828c..433fa4d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ You need the following libraries: - libstdc++ - libgcrypt - Boost (Boost filesystem and program_option are required) +- expat There are also some optional dependencies: - CppUnit (for unit tests)