X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbook.xml;h=c6e8f0846fcfa76f82eb35a0969cd78b031840b3;hb=1cea5f5d2d4290b91b272a179a5b747f34919131;hp=aa0b6f2c52e66ad4672d16f26254443b1cc0986e;hpb=9b878076ee7d3826beeef8f31ed25a2706ede04d;p=mp-xquery-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index aa0b6f2..c6e8f08 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -52,7 +52,8 @@ that allows record conversion using W3C XML XQuery. The initial motivations for the module was to be able to - BIBFRAME records via SRU/Z39.50. By using the + BIBFRAME records + via SRU/Z39.50. By using the marc2bibframe @@ -63,7 +64,7 @@ Installation - MP-XQuery is available as packages some CentOS/RHEL 6 and most recent + MP-XQuery is available as packages for CentOS/RHEL 6 and most recent Ubuntu/Debian versions. For other systems, the module must be build from source. @@ -76,13 +77,16 @@ url="http://ftp.indexdata.dk/pub/mp-xquery/redhat/centos/6/README">CentOS 6 , CentOS + url="http://ftp.indexdata.dk/pub/mp-xquery/redhat/centos/7/README">CentOS 7 + , + Ubuntu and Debian - The package is called mp-sparql on RHEL/Debian systems. + The package is called mp-xquery on RHEL/Debian systems. Install that package and you are ready to use filter "xquery" in your setup. @@ -91,14 +95,14 @@ Installing from source To build from source, you need zorba and metaproxy development - packages. Zorba might be installed in /opt/zorba - as follows: + packages. Zorba + might be installed in /opt/zorba as follows: tar zxf zorba-3.0.tar.gz cd zorba-3.0 mkdir build cd build - cmake -D -Wno-dev \ + cmake -Wno-dev \ -D CMAKE_INSTALL_PREFIX=/opt/zorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ .. @@ -140,6 +144,12 @@ cp src/metaproxy_filter_xquery.so /usr/lib/metaproxy6/modules + + + For RHEL/CentOS systems on 64-bit architectures, the correct paths is: + /usr/lib64/metaproxy6/modules. + +