X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=INSTALL;h=bf1c821a9448602d18c21faf3f761ec67272db38;hp=f834b49f01fe5107415a813fdcf83e62ea7c77af;hb=0acad050fe38033baedfed83f5976aeabebf3287;hpb=62f28026e624ed30d620063a0fa92cbedb7f6673 diff --git a/INSTALL b/INSTALL index f834b49f..bf1c821a 100644 --- a/INSTALL +++ b/INSTALL @@ -44,17 +44,25 @@ Beyond that, there is a long list of Perl modules required, starting with: rpm: perl-URI (for HTML/Atom generation) -Where "deb" indicates package names for Debian-derived distributions, -"pkg" is for the FreeBSD package (maybe other common BSDs, too), and -"rpm" is for RPM-based distributions (only known to work on Fedora). - -Numerous optional modules are likely to be useful as well: +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) +- 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 +"rpm" is for RPM-based distributions (only known to work on Fedora). + +Numerous optional modules are likely to be useful as well: + - DBD::SQLite deb: libdbd-sqlite3-perl pkg: p5-DBD-SQLite rpm: perl-DBD-SQLite @@ -77,11 +85,6 @@ 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 @@ -135,7 +138,7 @@ above, so there is no need to explicitly install them: rpm: perl-Filesys-Notify-Simple (for public-inbox-watch, pulled in by Plack) -- Linux::Inotify deb: liblinux-inotify2-perl +- Linux::Inotify2 deb: liblinux-inotify2-perl rpm: perl-Linux-Inotify2 (for public-inbox-watch on Linux) @@ -171,9 +174,9 @@ Optional packages testing and development: pkg: perl5 rpm: perl-Test-Simple -- XML::Feed deb: libxml-feed-perl - pkg: p5-XML-Feed - rpm: perl-XML-Feed +- XML::TreePP deb: libxml-treepp-perl + pkg: p5-XML-TreePP + rpm: perl-XML-TreePP standard MakeMaker installation (Perl) -------------------------------------- @@ -207,5 +210,5 @@ the installation is complete. Copyright --------- -Copyright 2013-2019 all contributors +Copyright 2013-2020 all contributors License: AGPL-3.0+