Mention CentOS 7 repo in documentation
[mp-xquery-moved-to-github.git] / doc / book.xml
index 90b2920..c6e8f08 100644 (file)
@@ -52,7 +52,8 @@
    that allows record conversion using
    <ulink url="http://www.w3.org/TR/xquery/">W3C XML XQuery</ulink>.
    The initial motivations for the module was to be able to
-   BIBFRAME records via SRU/Z39.50. By using the
+   <ulink url="http://bibframe.org">BIBFRAME</ulink> records
+   via SRU/Z39.50. By using the
    <ulink
        url="https://github.com/lcnetdev/marc2bibframe">
     marc2bibframe
        url="http://ftp.indexdata.dk/pub/mp-xquery/redhat/centos/6/README">CentOS 6</ulink>
     ,
     <ulink
+       url="http://ftp.indexdata.dk/pub/mp-xquery/redhat/centos/7/README">CentOS 7</ulink>
+    ,
+    <ulink
        url="http://ftp.indexdata.dk/pub/mp-xquery/ubuntu/README">Ubuntu</ulink>
     and
     <ulink
        url="http://ftp.indexdata.dk/pub/mp-xquery/debian/README">Debian</ulink>
    </para>
    <para>
-    The package is called <literal>mp-sparql</literal> on RHEL/Debian systems.
+    The package is called <literal>mp-xquery</literal> on RHEL/Debian systems.
     Install that package and you are ready to use filter "xquery" in your
     setup.
    </para>
    <title>Installing from source</title>
    <para>
     To build from source, you need zorba and metaproxy development
-    packages. Zorba might be installed in <filename>/opt/zorba</filename>
-    as follows:
+    packages. <ulink url="http://www.zorba.io">Zorba</ulink>
+    might be installed in <filename>/opt/zorba</filename> as follows:
     <screen>
     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  \
         ..
      cp src/metaproxy_filter_xquery.so /usr/lib/metaproxy6/modules
     </screen>
    </para>
+   <note>
+    <para>
+     For RHEL/CentOS systems on 64-bit architectures, the correct paths is:
+     <filename>/usr/lib64/metaproxy6/modules</filename>.
+    </para>
+   </note>
   </sect1>
  </chapter>
  <reference id="reference">