From 15c4ab2ad6c4c449514c3d1d433315a71231e735 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jan 2004 11:49:03 +0000 Subject: [PATCH] Mention libxslt --- README.txt | 18 +++++++++--------- doc/installation.xml | 11 ++++++++++- doc/proxy.xml | 5 +++-- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/README.txt b/README.txt index 1c5c937..5e14882 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ YAZ++ - A C++ library for YAZ -$Id: README.txt,v 1.13 2003-10-16 13:40:41 adam Exp $ +$Id: README.txt,v 1.14 2004-01-07 11:49:03 adam Exp $ Introduction @@ -54,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++: @@ -67,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 --------------------- diff --git a/doc/installation.xml b/doc/installation.xml index 259a59d..e6d7097 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -52,6 +52,15 @@ what you want. + + --with-xslt directory + + Specifies prefix for libxslt (and libxml2). + configure must be able to locate xslt-config + in PREFIX/bin. If this option is omitted, configure looks + for xslt-config in the current PATH. + + For the whole list of configure options, refer to the help: diff --git a/doc/proxy.xml b/doc/proxy.xml index 0fdbd13..5562454 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -268,8 +268,9 @@ -c followed by the filename of a config file. - The config file is in XML format. The YAZ proxy must be compiled - with libxml2 support in + The config file is in XML format. The YAZ proxy must be compiled + with libxml2 and + libXSLT support in order for the config file facility to be enabled. -- 1.7.10.4