diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 16:26:34 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 16:26:34 +0200 |
commit | 9adc53f4f5f61ac208386a6dc48b82c484b4cab6 (patch) | |
tree | 35a95bb85a79af3515e5a7f9fcdeba2b0842f7d3 | |
parent | 504e6e5ff6222cfa2d8eae26a04c324cc15beecd (diff) | |
download | fetchmail-9adc53f4f5f61ac208386a6dc48b82c484b4cab6.tar.gz fetchmail-9adc53f4f5f61ac208386a6dc48b82c484b4cab6.tar.bz2 fetchmail-9adc53f4f5f61ac208386a6dc48b82c484b4cab6.zip |
Update README.maintainer
-rw-r--r-- | README.maintainer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.maintainer b/README.maintainer index 3580e83e..12701fac 100644 --- a/README.maintainer +++ b/README.maintainer @@ -35,12 +35,12 @@ Fedora Linux as of 34 cannot rebuild the distribution, it lacks HTMLDOC, but as of F36, the F33 package still seems to work. To install requisites: # dnf install -y automake bison ca-certificates gettext-devel git pkg-config \ - openssl-devel vim-minimal findutils gcc make flex + openssl-devel vim-minimal findutils gcc make flex openssh-clients then continue with the git clone... above. Arch Linux: # pacman -Syu --noconfirm && pacman -S --noconfirm automake gcc autoconf flex \ - bison gettext ca-certificates pkg-config make git + bison gettext ca-certificates pkg-config make git openssh And for redistributing: # pacman -S --noconfirm lynx htmldoc asciidoc lzip rsync perl-carp-always \ perl-encode-locale python-docutils pandoc |