da1fe13e1c11c15daffeb70757b813f3fddbe5db
[ssoma-mda.git] / INSTALL
1 standard MakeMaker installation (Perl)
2 --------------------------------------
3
4         perl Makefile.PL
5         make
6         make test
7         make install # root permissions may be needed
8
9 Requirements
10 ------------
11
12 All packages should be easily available in Debian GNU/Linux and derived
13 distros.   Debian package names for Perl modules are are listed for
14 convenience.
15
16 * git (https://git-scm.com/)
17 * any MUA capable of reading/importing IMAP, mbox(5) or Maildir
18 * Perl and several modules:     (Debian package name (7.0))
19   - Digest::SHA                 perl
20   - Email::LocalDelivery        libemail-localdelivery-perl
21   - Email::Simple               libemail-simple-perl
22   - File::FcntlLock             libfile-fcntllock-perl
23   - File::Path::Expand          libfile-expand-perl
24   - Net::IMAP::Simple           libnet-imap-simple-perl
25
26 Copyright
27 ---------
28 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
29 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>