From 44a78bc5151951a1c1783069c84cb5262382a833 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Sun, 14 Nov 2021 18:58:59 +0000 Subject: [PATCH] document dependency on libev --- doc/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b06859e..7b1b87c 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -23,6 +23,8 @@ Makefile. * [libcap](http://packages.debian.org/source/unstable/libcap-dev), in package `libcap-dev`. You can compile with or without it using USELIBCAP in the Makefile +* [libev](http://software.schmorp.de/pkg/libev.html), in package `libev-dev`. It is only required to build `sslh-ev`, so you don't need if you only build `sslh-fork` and/or `sslh-select`. + * libbsd, to enable to change the process name (as shown in `ps`, so each forked process shows what protocol and what connection it is serving),