X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=README.txt;h=5e148829a6ce451b09ba341ced428ceb650e8d5a;hp=1f83e2bbdd32d496c1aa97a5d793573c8c07d411;hb=d84b43231c7c5b0786e9aa62d0f7ca7ecd83bdb5;hpb=c6763d9a3455defdc959a7a434eff7323349679d diff --git a/README.txt b/README.txt index 1f83e2b..5e14882 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ YAZ++ - A C++ library for YAZ -$Id: README.txt,v 1.12 2003-10-09 16:06:42 adam Exp $ +$Id: README.txt,v 1.14 2004-01-07 11:49:03 adam Exp $ Introduction @@ -8,10 +8,15 @@ Introduction YAZ++ is a C++ layer for YAZ and implements the ANSI Z39.50 protocol for information retrieval (client and server side). -The YAZ homepage is: http://www.indexdata.dk/yaz/ +The YAZ++ homepage is: http://www.indexdata.dk/yaz++/ YAZ++ uses the same license as YAZ - see LICENSE file for details. +Documentation +------------- + +Directory sub contains documentation in HTML and PDF. You can +also read it online at http://www.indexdata.dk/yaz++/ Overview -------- @@ -49,11 +54,11 @@ like this: $ ^D $ cd .. -The YAZ proxy uses a configuration file in XML and libxml2 is required -in order for the config facility to work. Many systems already have -libxml2 installed. In that, case remember to get the devel version -of that as well (not just the runtime). Libxml2 can also be compiled -easily on most systems. See http://www.xmlsoft.org/ for more +The YAZ proxy uses a configuration file in XML and libxml2 and libxslt +is required in order for the config facility to work. Many systems already +have libxml2/libxslt installed. In that, case remember to get the devel +version of that as well (not just the runtime). Libxml2/libxslt can also be +compiled easily on most systems. See http://www.xmlsoft.org/ for more information. Then, build YAZ++: @@ -62,9 +67,9 @@ Then, build YAZ++: $ ./configure $ make -If you do have libxml2 installed and configure above does not find it, -use option --with-xml2=PREFIX to specify its location. yaz++ configure -looks for PREFIX/bin/xml2-config. +If you do have libxslt installed and configure above does not find it, +use option --with-xslt=PREFIX to specify location of libxslt and libxml2. +yaz++ configure looks for PREFIX/bin/xslt-config. Installation, Windows ---------------------