Commit Diff


commit - 4bcf4613f9719f70f94ef4efd290fcc35d9c51f2
commit + ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9
blob - 5d521b55cdee07a1439c977eb335374b8b3279fe
blob + 56c7cc52352f68aea6e9086205d59745a9a37198
--- INSTALL.md
+++ INSTALL.md
@@ -204,6 +204,14 @@ build the sources including all optional features and 
   apt-get install \
     autoconf automake build-essential expect libgnutls28-dev \
     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`