repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9
Author: Alexander Barton 
Date:   Sat Jun 20 15:54:02 2020 +0200

    INSTALL.md: Add instructions for ArchLinux (pacman)

diff --git a/INSTALL.md b/INSTALL.md
index 5d521b55cdee07a1439c977eb335374b8b3279fe..
index ..56c7cc52352f68aea6e9086205d59745a9a37198 100644
--- 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-----