From a1dc701138904f2c8b0e981aee27f349528a8cdc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 1 Feb 2019 15:40:52 +0100 Subject: [PATCH] chg: [README] fix deps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8ac886..29cf9d9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ As there were some changes in libwiretap, at least the version 2.6.3-1 is needed ``` shell apt-get install libwiretap-dev apt-get install libhiredis-dev +apt-get install libwsutil-dev make ```