2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-02-09 05:13:13 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2021-04-05 20:36:04 +08:00
|
|
|
<!ENTITY redland-download-http "https://download.librdf.org/source/redland-&redland-version;.tar.gz">
|
2011-02-09 05:13:13 +08:00
|
|
|
<!ENTITY redland-download-ftp " ">
|
2014-01-04 18:52:46 +08:00
|
|
|
<!ENTITY redland-md5sum "e5be03eda13ef68aabab6e42aa67715e">
|
2013-01-06 06:47:05 +08:00
|
|
|
<!ENTITY redland-size "1.6 MB">
|
2014-01-04 18:52:46 +08:00
|
|
|
<!ENTITY redland-buildsize "18 MB">
|
2012-03-27 03:13:25 +08:00
|
|
|
<!ENTITY redland-time "0.2 SBU">
|
2011-02-09 05:13:13 +08:00
|
|
|
]>
|
|
|
|
|
2013-01-06 06:47:05 +08:00
|
|
|
<sect1 id="redland" xreflabel="Redland-&redland-version;">
|
2011-02-09 05:13:13 +08:00
|
|
|
<?dbhtml filename="redland.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>Redland-&redland-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="redland">
|
2013-01-06 06:47:05 +08:00
|
|
|
<primary sortas="a-Redland">Redland</primary>
|
2011-02-09 05:13:13 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Redland</title>
|
|
|
|
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
<application>Redland</application> is a set of free software C libraries
|
|
|
|
that provide support for the Resource Description Framework (RDF).
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2024-02-19 08:22:39 +08:00
|
|
|
&lfs121_checked;
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&redland-download-http;"/>
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&redland-download-ftp;"/>
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &redland-md5sum;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Download size: &redland-size;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &redland-buildsize;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &redland-time;
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Redland Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2014-06-09 05:14:19 +08:00
|
|
|
<xref linkend="rasqal"/>
|
2011-02-09 05:13:13 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2014-06-09 05:14:19 +08:00
|
|
|
<xref linkend="libiodbc"/>,
|
|
|
|
<xref linkend="sqlite"/>,
|
2022-09-08 14:46:59 +08:00
|
|
|
<xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
|
2014-06-09 05:14:19 +08:00
|
|
|
<xref linkend="postgresql"/>,
|
2023-11-23 05:35:10 +08:00
|
|
|
&berkeley-db;
|
2017-08-16 02:49:48 +08:00
|
|
|
<ulink url="&sourceforge-dl;/virtuoso/">virtuoso</ulink>, and
|
2021-04-05 20:36:04 +08:00
|
|
|
<ulink url="https://sourceforge.net/projects/threestore/">3store</ulink>
|
2011-02-09 05:13:13 +08:00
|
|
|
</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2012-03-27 03:13:25 +08:00
|
|
|
<title>Installation of Redland</title>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Redland</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
2011-02-09 05:13:13 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
To test the results, issue <command>make check</command>.
|
|
|
|
</para>
|
2013-02-18 11:35:44 +08:00
|
|
|
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2013-01-06 06:47:05 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2012-03-27 03:13:25 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2012-03-27 03:13:25 +08:00
|
|
|
<seg>rdfproc, redland-config and redland-db-upgrade</seg>
|
2013-02-12 08:13:43 +08:00
|
|
|
<seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
|
|
|
|
<seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
|
|
|
|
/usr/share/redland</seg>
|
2011-02-09 05:13:13 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="rdfproc">
|
|
|
|
<term><command>rdfproc</command></term>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is the Redland RDF processor utility
|
2020-03-19 18:00:16 +08:00
|
|
|
</para>
|
2011-02-09 05:13:13 +08:00
|
|
|
<indexterm zone="redland rdfproc">
|
|
|
|
<primary sortas="b-rdfproc">rdfproc</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<varlistentry id="redland-config">
|
|
|
|
<term><command>redland-config</command></term>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
|
|
|
is a script to get information about the installed version
|
2021-02-19 23:20:16 +08:00
|
|
|
of Redland
|
2020-03-19 18:00:16 +08:00
|
|
|
</para>
|
2012-03-27 03:13:25 +08:00
|
|
|
<indexterm zone="redland redland-config">
|
|
|
|
<primary sortas="b-redland-config">redland-config</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<varlistentry id="redland-db-upgrade">
|
|
|
|
<term><command>redland-db-upgrade</command></term>
|
|
|
|
<listitem>
|
2020-03-19 18:00:16 +08:00
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
upgrades older Redland databases to 0.9.12 format
|
2020-03-19 18:00:16 +08:00
|
|
|
</para>
|
2012-03-27 03:13:25 +08:00
|
|
|
<indexterm zone="redland redland-db-upgrade">
|
|
|
|
<primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2013-02-12 02:51:17 +08:00
|
|
|
</varlistentry>
|
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|