]> arthur.barton.de Git - ngircd-alex.git/commitdiff
INSTALL.md: Add info for current Red Hat/Fedora systems
authorAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 19:14:42 +0000 (20:14 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 19:15:47 +0000 (20:15 +0100)
INSTALL.md

index 6b5032b19161195bd1d695b2f7f80facd541c15f..ac9eff407bf86070b7b4c0a44223bef7e82459f4 100644 (file)
@@ -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