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