From: Alexander Barton Date: Sun, 21 Jan 2024 19:14:42 +0000 (+0100) Subject: INSTALL.md: Add info for current Red Hat/Fedora systems X-Git-Tag: rel-27-rc1~54 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=e8670f86906f92cedcbcf64ccbba49804d44e657;hp=6fb8022949676c5a2c73c9629a4a4a1a67da389f;p=ngircd-alex.git INSTALL.md: Add info for current Red Hat/Fedora systems --- diff --git a/INSTALL.md b/INSTALL.md index 6b5032b1..ac9eff40 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -204,6 +204,18 @@ build the sources including all optional features and to run the test suite: telnet zlib-devel ``` +*Note:* More recent versions use the DNF package manager; so substitute "yum" +with "dnf" in the command above. And neither "libident-devel" (IDENT support) +nor "tcp_wrappers-devel" (TCP Wrappers) are provided any more! + +So the resulting command looks like this: + +``` shell + dnf install \ + autoconf automake expect gcc glibc-devel gnutls-devel \ + make pam-devel pkg-config telnet zlib-devel +``` + #### Debian / Ubuntu based distributions ``` shell