From: Adam Dickmeiss Date: Fri, 25 Jan 2008 16:28:42 +0000 (+0000) Subject: Document --with-xml2 option X-Git-Tag: YAZ.3.0.24~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e703daa7bd7429dd7c7646b60723434157d9b860 Document --with-xml2 option --- diff --git a/doc/installation.xml b/doc/installation.xml index fb4c17e..ca8f5c7 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -222,13 +222,34 @@ Compile &yaz; with libxslt in directory prefix. - Use this option if you want SRU support. + Use this option if you want XSLT and XML support. By default, configure will search for libxslt on the system. Use this option if it libxslt is not found automatically. Alternatively, --without-xslt, can be used to force &yaz; not to use libxslt. - + + + + + + --with-xml2[=prefix] + + Compile &yaz; with + libxml2 in directory + prefix. + Use this option if you want &yaz; to use XML and support SRU. + By default, configure will + search for libxml2 on the system. Use this option if it + libxml2 is not found automatically. Alternatively, + --without-xml2, can be used to force &yaz; + not to use libxml2. + + + Note that option --with-xslt + also enables libxml2. + +