X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=INSTALL;h=2f7b99728066728d2d5b1fccb8cab726a84fbf3c;hb=7c5ac90b309bbe76468055e8a9289664ef2dfe37;hp=aad52c7b15d70d3aa755ab389c8a6b98c5c98283;hpb=669a9940320e418befe6c1d55602ac9e11acad3d;p=public-inbox.git diff --git a/INSTALL b/INSTALL index aad52c7b..2f7b9972 100644 --- a/INSTALL +++ b/INSTALL @@ -32,10 +32,6 @@ To accept incoming mail into a public inbox, you'll likely want: Beyond that, there is a long list of Perl modules required, starting with: -* Date::Parse deb: libtimedate-perl - pkg: p5-TimeDate - rpm: perl-TimeDate - * Digest::SHA typically installed with Perl rpm: perl-Digest-SHA @@ -43,15 +39,23 @@ Beyond that, there is a long list of Perl modules required, starting with: pkg: p5-Email-MIME rpm: perl-Email-MIME +* URI::Escape deb: liburi-perl + pkg: p5-URI + rpm: perl-URI + (for HTML/Atom generation) + +Plack and Date::Parse will be optional when v1.3.0 is released, +but required for current and older releases: + * Plack deb: libplack-perl pkg: p5-Plack rpm: perl-Plack, perl-Plack-Test, (for HTML/Atom generation) -* URI::Escape deb: liburi-perl - pkg: p5-URI - rpm: perl-URI - (for HTML/Atom generation) +- Date::Parse deb: libtimedate-perl + pkg: p5-TimeDate + rpm: perl-TimeDate + (for broken, mostly historical emails) Where "deb" indicates package names for Debian-derived distributions, "pkg" is for the FreeBSD package (maybe other common BSDs, too), and @@ -162,10 +166,6 @@ Uncommonly needed modules: Optional packages testing and development: -- IPC::Run deb: libipc-run-perl - pkg: p5-IPC-Run - rpm: perl-IPC-Run - - Plack::Test deb: libplack-test-perl pkg: p5-Plack rpm: perl-Plack-Test @@ -189,7 +189,7 @@ Once the dependencies are installed, you should be able to build and install the system (into /usr/local) with: perl Makefile.PL - make # GNU make is preferred, `gmake' on BSD systems + make make test make install # root permissions may be needed