mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-30 23:29:20 +03:00
document move of libraries to autoconf detection
This commit is contained in:
parent
22a8ba9ef5
commit
3ebdca5e96
@ -22,19 +22,20 @@ Dependencies
|
|||||||
|
|
||||||
* [libwrap](http://packages.debian.org/source/unstable/tcp-wrappers).
|
* [libwrap](http://packages.debian.org/source/unstable/tcp-wrappers).
|
||||||
For Debian, this is contained in packages `libwrap0-dev`.
|
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`.
|
* [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.
|
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`.
|
* [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`
|
* [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`,
|
* 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),
|
so each forked process shows what protocol and what connection it is serving),
|
||||||
which requires `libbsd` at runtime, and `libbsd-dev` at compile-time.
|
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`.
|
* libpcre2, in package `libpcre2-dev`.
|
||||||
You can compile with or without it using ENABLE_REGEX in the Makefile.
|
You can compile with or without it using ENABLE_REGEX in the Makefile.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user