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
$ ^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++:
$ ./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
---------------------
<chapter id="installation">
- <!-- $Id: installation.xml,v 1.8 2003-10-24 11:18:51 adam Exp $ -->
+ <!-- $Id: installation.xml,v 1.9 2004-01-07 11:49:03 adam Exp $ -->
<title>Installation</title>
<para>
You need a C++ compiler to compile and use YAZ++.
what you want.
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><literal>--with-xslt </literal>directory</term>
+ <listitem><para>
+ Specifies prefix for libxslt (and libxml2).
+ configure must be able to locate <command>xslt-config</command>
+ in PREFIX/bin. If this option is omitted, configure looks
+ for <command>xslt-config</command> in the current PATH.
+ </para></listitem>
+ </varlistentry>
</variablelist>
For the whole list of <literal>configure</literal> options, refer
to the help:
<literal>-c</literal> followed by the filename of a config file.
</para>
<para>
- The config file is in XML format. The YAZ proxy must be compiled
- with <ulink url="http://www.xmlsoft.org/">libxml2</ulink> support in
+ The config file is in XML format. The YAZ proxy must be compiled
+ with <ulink url="http://www.xmlsoft.org/">libxml2</ulink> and
+ <ulink url="http://xmlsoft.org/XSLT/">libXSLT</ulink> support in
order for the config file facility to be enabled.
</para>
<tip>