repo: ngircd action: commit revision: path_from: revision_from: ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9: path_to: revision_to:
commit ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9 Author: Alexander BartonDate: Sat Jun 20 15:54:02 2020 +0200 INSTALL.md: Add instructions for ArchLinux (pacman) diff --git a/INSTALL.md b/INSTALL.md
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -206,6 +206,14 @@ build the sources including all optional features and to run the test suite:
libident-dev libpam-dev pkg-config libwrap0-dev libz-dev telnet
```
+#### ArchLinux based distributions
+
+``` shell
+ pacman -S --needed \
+ autoconf automake expect gcc gnutls inetutils libident libwrap \
+ make pam pkg-config zlib
+```
+
### `./autogen.sh`
The first step, to run `./autogen.sh`, is *only* necessary if the `configure`
-----END OF PAGE-----