X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2Finstallation.xml;h=96ced05098b01e66d03d78ac7b2451aeb616d66d;hp=4c32b9d3915378a3b6fb3d9961b9c8f05a79ba1a;hb=b276287e0e21b0bb267c5d5a7d87254ee1f5e29f;hpb=b65837a1f4aadf842d112f5e37382d93f26da83d diff --git a/doc/installation.xml b/doc/installation.xml index 4c32b9d..96ced05 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,9 +1,10 @@ - + Installation You need a C++ compiler to compile and use YAZ proxy. - The software was implemented using GCC so we know that works + The software was implemented using + GCC so we know that works well with YAZ proxy. From time to time the software has been compiled on Windows using Visual C++. Other compilers should work too. Let us know of portability problems, etc. with @@ -15,16 +16,27 @@ YAZ++ toolkits. You need to install these first. - For some platforms there are binary packages for YAZ/YAZ++. + For some platforms there are binary packages available for YAZ/YAZ++. We also highly recommend that libxml2 and libXSLT are installed. YAZ must be configured with libxml2 support. - If not, SRW/SRU is not supported. + If not, + SRW/SRU + 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: @@ -47,16 +59,16 @@ - --with-yazppconfig directory + --with-yazpp directory - Specifies the location of yaz++-config. - The yaz++-config program is generated in + Specifies the location of yazpp-config. + The yazpp-config program is generated in the source directory of YAZ++ as well as the binaries directory when YAZ++ is installed (via make install). If you don't supply this option, configure will - look for yaz++-config in directories of the + look for yazpp-config in directories of the PATH environment - which is nearly always what you want. @@ -70,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: @@ -117,8 +138,11 @@ etc - Various files that may be read by YAZ proxy - including - configuration file, XSLT files, CQL to RPN conversion. + Various files such as + configuration files, XSLT files, CQL to RPN conversion files, + a sample start/stop control script + yazproxy.ctl.sh that can be used as + template for an /etc/init.d script. These files are installed in the YAZ proxy's data area (prefix/share/yazproxy).