X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=INSTALL;h=aad52c7b15d70d3aa755ab389c8a6b98c5c98283;hp=a661c77672ba1aa96315f8f7dd245dbf5bfca298;hb=420fddb8b683637cc1fd39727896cac4a459c3b6;hpb=f4dbd80157bd785cf5d863d517b7334bd2795bab diff --git a/INSTALL b/INSTALL index a661c776..aad52c7b 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 @@ -182,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 + make # GNU make is preferred, `gmake' on BSD systems make test make install # root permissions may be needed