X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=INSTALL;h=4f0217a311b641818956ff28fd3f45180a948e15;hb=98407632803aa6441e7882c713d55a399a25b710;hp=0b4c3957eb139c16ca1b18c8efa9a9a9bba5e370;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/INSTALL b/INSTALL index 0b4c3957..4f0217a3 100644 --- a/INSTALL +++ b/INSTALL @@ -21,9 +21,9 @@ Requirements public-inbox requires a number of other packages to access its full functionality. The core tools are, of course: -* Git (1.8.0+, 2.6+ for writing v2 repositories) +* Git (1.8.0+, 2.6+ for writing v2 inboxes) * Perl 5.10.1+ -* DBD::SQLite (needed for NNTP, message threading, and v2 repositories) +* DBD::SQLite (needed for NNTP, message threading, and v2 inboxes) To accept incoming mail into a public inbox, you'll likely want: @@ -44,8 +44,8 @@ Beyond that, there is a long list of Perl modules required, starting with: 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 and Date::Parse are optional as of public-inbox v1.3.0, +but required for older releases: * Plack deb: libplack-perl pkg: p5-Plack @@ -145,10 +145,10 @@ above, so there is no need to explicitly install them: - Filesys::Notify::KQueue pkg: p5-Filesys-Notify-KQueue (for public-inbox-watch on FreeBSD) -- IO::Compress::Gzip deb: perl-modules (or libio-compress-perl) +- IO::Compress (::Gzip) deb: perl-modules (or libio-compress-perl) pkg: perl5 rpm: perl-IO-Compress - (for gzipped mbox over HTTP) + (for gzipped mbox over HTTP, v2 format) Uncommonly needed modules: @@ -174,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) --------------------------------------