INSTALL: fix misnamed Debian package
[ssoma.git] / INSTALL
blobd21a5c72c527387eb0f97478ba77cd031790f3c7
1 standard MakeMaker installation (Perl)
2 --------------------------------------
4         perl Makefile.PL
5         make
6         make test
7         make install # root permissions may be needed
9 Requirements
10 ------------
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.
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-path-expand-perl
24   - Net::IMAP::Simple           libnet-imap-simple-perl
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>