X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=INSTALL;h=137c9a54b1601dc6e0d75a29e5c9ff7816062204;hb=56643bfddba2f7bca60955e5c48435fe58cc8e1c;hp=aad52c7b15d70d3aa755ab389c8a6b98c5c98283;hpb=669a9940320e418befe6c1d55602ac9e11acad3d;p=public-inbox.git diff --git a/INSTALL b/INSTALL index aad52c7b..137c9a54 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 @@ -81,6 +77,11 @@ Numerous optional modules are likely to be useful as well: (speeds up process spawning on Linux, see public-inbox-daemon(8)) +- Date::Parse deb: libtimedate-perl + pkg: p5-TimeDate + rpm: perl-TimeDate + (for broken, mostly historical emails) + - Plack::Middleware::ReverseProxy deb: libplack-middleware-reverseproxy-perl pkg: p5-Plack-Middleware-ReverseProxy rpm: perl-Plack-Middleware-ReverseProxy @@ -162,10 +163,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 +186,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