From 548094fa256c0dfd4e2e52380faa646ad3ce7d9b Mon Sep 17 00:00:00 2001 From: Roker Date: Tue, 11 Feb 2020 16:46:33 +0100 Subject: [PATCH] add libiconv, libpEpAdapter and pEpEngien to the requirements --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 31c5a8e..b2d7a4f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ## Requirements * Boost (1.63 or newer) +* libiconv +* libpEpAdapter +* pEpEngine – see next section * GoogleTest (GTest) – not to use library, but to run the unittests. :-) (for Windows you might follow these instructions: )