X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=INSTALL;h=4d54e6a0d84ba767c4aef691a00a3bda7437c54d;hb=93e56f66355e62f30cbc94b2e32e94c55849c878;hp=a661c77672ba1aa96315f8f7dd245dbf5bfca298;hpb=3c30532aed6256a984c535530c6667552c2e6a84;p=public-inbox.git diff --git a/INSTALL b/INSTALL index a661c776..4d54e6a0 100644 --- a/INSTALL +++ b/INSTALL @@ -130,10 +130,17 @@ above, so there is no need to explicitly install them: typically installed alongside Perl5) - Filesys::Notify::Simple deb: libfilesys-notify-simple-perl - pkg: pkg-Filesys-Notify-Simple + pkg: p5-Filesys-Notify-Simple rpm: perl-Filesys-Notify-Simple (for public-inbox-watch, pulled in by Plack) +- Linux::Inotify deb: liblinux-inotify2-perl + rpm: perl-Linux-Inotify2 + (for public-inbox-watch on Linux) + +- Filesys::Notify::KQueue pkg: p5-Filesys-Notify-KQueue + (for public-inbox-watch on FreeBSD) + - IO::Compress::Gzip deb: perl-modules (or libio-compress-perl) pkg: perl5 rpm: perl-IO-Compress @@ -155,10 +162,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 @@ -182,7 +185,7 @@ Once the dependencies are installed, you should be able to build and install the system (into /usr/local) with: perl Makefile.PL - make + make # GNU make is preferred, `gmake' on BSD systems make test make install # root permissions may be needed