X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=README;h=c01b24453c2e259ce4560ef913800b77d3b95a87;hp=362353e0d53aef58179481f2e14458ca2911f647;hb=af72dba47f3e01bad792ea38df7999358f8d0fc9;hpb=911e9b23718364409ead545b222e3d9ade764949 diff --git a/README b/README index 362353e..c01b244 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README,v 1.6 2007-04-18 15:22:48 mike Exp $ - ZOOM::IRSpy =========== @@ -9,6 +7,39 @@ 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 \ + time + +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 +52,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,