From 3ebdca5e96263309e2493a877a5e29d6fb46f0a4 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Wed, 19 Feb 2025 09:28:49 +0100 Subject: [PATCH] document move of libraries to autoconf detection --- doc/INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index cd66402..aa985ee 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -22,19 +22,20 @@ Dependencies * [libwrap](http://packages.debian.org/source/unstable/tcp-wrappers). For Debian, this is contained in packages `libwrap0-dev`. - You can compile with or without it using USELIBWRAP in the Makefile. + Presence of libwrap is checked by the configure script. * [libsystemd](http://packages.debian.org/source/unstable/libsystemd-dev), in package `libsystemd-dev`. You can compile with or without it using USESYSTEMD in the 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 + Presence of libcap is checked by the configure script. * [libconfig++-dev](https://packages.debian.org/bookworm/libconfig++-dev), in package `lìbconfig++-dev` * 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), which requires `libbsd` at runtime, and `libbsd-dev` at compile-time. + Presence of libbsd is checked by the configure script. * libpcre2, in package `libpcre2-dev`. You can compile with or without it using ENABLE_REGEX in the Makefile.