From 7b923f793e521947932d78e743d6da96fedbfa85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20R=C5=B1tschl=C3=A9?= Date: Thu, 21 Jul 2022 18:20:56 +0200 Subject: [PATCH] fix packages names for Debian 11 --- doc/INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b06859e..2d0528d 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -7,7 +7,7 @@ Dependencies `sslh` uses: * [libconfig](http://www.hyperrealm.com/libconfig/). For - Debian this is contained in package `libconfig8-dev`. You + Debian this is contained in package `libconfig-dev`. You can compile with or without it using USELIBCONFIG in the Makefile. @@ -29,6 +29,13 @@ Makefile. which requires `libbsd` at runtime, and `libbsd-dev` at compile-time. +* libpcre2, in package `libpcre-dev`. You can compile + with or without it using ENABLE_REGEX in the Makefile. + +* libev-dev, in package `libev-dev`. If you build a binary + specifically and do not build `sslh-ev`, you don't need + this. + For OpenSUSE, these are contained in packages libconfig9 and libconfig-dev in repository