1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

INSTALL.md: Add info for current Red Hat/Fedora systems

This commit is contained in:
Alexander Barton 2024-01-21 20:14:42 +01:00
parent 6fb8022949
commit e8670f8690

View File

@ -204,6 +204,18 @@ build the sources including all optional features and to run the test suite:
telnet zlib-devel 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 #### Debian / Ubuntu based distributions
``` shell ``` shell