X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fbook.xml;h=c6e8f0846fcfa76f82eb35a0969cd78b031840b3;hb=1cea5f5d2d4290b91b272a179a5b747f34919131;hp=390f5dbdc8fe1131738f035529e4ed172911bc7a;hpb=ef8908147a9de5b5a4514d8e93e339ea9b8b605b;p=mp-xquery-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 390f5db..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 @@ -76,13 +77,16 @@ url="http://ftp.indexdata.dk/pub/mp-xquery/redhat/centos/6/README">CentOS 6 , 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 \ ..