INSTALL: update documentation
authorEric Wong <normalperson@yhbt.net>
Tue, 8 Apr 2014 07:43:50 +0000 (07:43 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 Apr 2014 07:43:50 +0000 (07:43 +0000)
public-inbox (server daemon) is a separate project now
and ssoma is fairly generic.

INSTALL

diff --git a/INSTALL b/INSTALL
index d55d77320b042c88349f3fc8c6023b9bae0f9611..da1fe13e1c11c15daffeb70757b813f3fddbe5db 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,24 +6,22 @@ standard MakeMaker installation (Perl)
        make test
        make install # root permissions may be needed
 
-Requirements (MUA client)
--------------------------
-* git
-* Perl and several modules:
-    - Email::LocalDelivery
-    - Email::Simple
-    - Net::IMAP::Simple
-    - Digest::SHA
-* any MUA capable of reading/importing IMAP, mbox(5) or Maildir
+Requirements
+------------
+
+All packages should be easily available in Debian GNU/Linux and derived
+distros.   Debian package names for Perl modules are are listed for
+convenience.
 
-Requirements (server MDA)
--------------------------
-* git
-* MTA - postfix is recommended
-* Perl and several modules:
-    - Email::Simple
-    - File::FcntlLock
-    - Digest::SHA
+* git (https://git-scm.com/)
+* any MUA capable of reading/importing IMAP, mbox(5) or Maildir
+* Perl and several modules:     (Debian package name (7.0))
+  - Digest::SHA                 perl
+  - Email::LocalDelivery        libemail-localdelivery-perl
+  - Email::Simple               libemail-simple-perl
+  - File::FcntlLock             libfile-fcntllock-perl
+  - File::Path::Expand          libfile-expand-perl
+  - Net::IMAP::Simple           libnet-imap-simple-perl
 
 Copyright
 ---------