X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=README;h=93d10aa50a1f3a054ed77e90095de454ec98669d;hp=6ed8b8bdc09acfd5a6b67b435f0747fb12a9a8a6;hb=887ada2b0c58be15e4e0551fd0cee8672c9fbdb1;hpb=b7d193cb010bdcf4a90b3ecc5879776cf3b13c85 diff --git a/README b/README index 6ed8b8b..93d10aa 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ -$Id: README,v 1.5 2007-04-18 11:20:29 mike Exp $ - -Net-Z3950-IRSpy -=============== +ZOOM::IRSpy +=========== This module exists to implement the IRspy program, which discovers, analyses and monitors IR servers implementing the Z39.50 and SRU/W @@ -9,6 +7,38 @@ protocols. It is a successor to the ZSpy program. INSTALLATION +for debian/ubuntu: +------------------- + +DEBIAN DEPENDENCIES + +If you have a Debian-based operating system, you can get what you need +by installing the following packages from the operating system's +package store, using apt-get: + +sudo apt-get install \ + libnet-z3950-zoom-perl \ + libxml-libxml-perl \ + liburi-perl \ + libxml-libxml-perl \ + libapache2-mod-perl2 \ + libhtml-mason-perl \ + libapache2-request-perl \ + libapache2-mod-apreq2 \ + libxml-libxslt-perl \ + idzebra-2.0 \ + +you may need one of the following packages for development: + +sudo apt-get install \ + make perl-doc libxml2-utils tidy yaz libyaz4-dev + +and may enable mod_apreq: sudo a2enmod apreq + +Note: mod_perl works only safe without threads. Please use the non-threaded +debian package: sudo apt-get install apache2-mpm-prefork + + To install this module type the following: perl Makefile.PL @@ -21,11 +51,11 @@ DEPENDENCIES This module requires these other modules and libraries, in addition to those specified in Makefile.PL: - Zebra, release 1.4.0 or later: see http://indexdata.com/zebra/ + Zebra, release 2.0 or later: see http://www.indexdata.com/zebra/ COPYRIGHT AND LICENCE -Copyright (C) 2006 by Index Data ApS. +Copyright (C) 2006-2010 by Index Data ApS. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or,