From: Adam Dickmeiss Date: Mon, 7 Feb 2005 09:50:23 +0000 (+0000) Subject: Specify usemarcon configure option X-Git-Tag: YAZPROXY.0.9~5 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=9689c8efcb85cbb70492db5da0feb42cf1949ee9;p=yazproxy-moved-to-github.git Specify usemarcon configure option --- diff --git a/doc/installation.xml b/doc/installation.xml index 62356a5..9cc450d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ proxy. @@ -28,6 +28,15 @@ is not supported. The YAZ Proxy uses libXSLT for record conversions via XSLT. + + YAZ proxy may also use USEMARCON to convert between MARC + formats. This is useful if you want the proxy to offer more + MARC record types than the backend target supports. Get USEMARCON + from: + + British Library USEMARCON page + . +
Building on Unix On UNIX, the software is compiled as follows: @@ -73,6 +82,15 @@ for xslt-config in the current PATH. + + --with-usemarcon directory + + Specifies USEMARCON installation prefix. + configure must be able to locate usemarcon-config + in PREFIX/bin. If this option is omitted, configure looks + for usemarcon-config in the current PATH. + + For the whole list of configure options, refer to the help: