From: Christian G. <phi...@us...> - 2002-11-11 09:20:04
|
Update of /cvsroot/perl-xml/XML-LibXML-Common In directory usw-pr-cvs1:/tmp/cvs-serv22467 Modified Files: README Log Message: Modified Files: README + note that libxml2 is required Index: README =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-Common/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 21 Oct 2002 16:43:16 -0000 1.4 +++ README 11 Nov 2002 09:20:00 -0000 1.5 @@ -7,6 +7,13 @@ This package is required at least for XML::LibXML 1.53 or later to work properly. +Of course libxml2 2.4.20 needs to be installed, to compile this package. +you can get the latest libxml2 version from + ftp://xmlsoft.org + +If this library is not installed, don't expect any XML::LibXML module to +compile. + The latest cvs can be found at sourceforge: http://sourceforge.net/projects/perl-xml |