mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
9b7d496955
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9773 af4574ff-66df-0310-9fd7-8a98e5e911e0
173 lines
5.3 KiB
XML
173 lines
5.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!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;
|
|
|
|
<!ENTITY redland-download-http "http://download.librdf.org/source/redland-&redland-version;.tar.gz">
|
|
<!ENTITY redland-download-ftp " ">
|
|
<!ENTITY redland-md5sum "b0deb87f3c7d3237a3d587c1e0f2f266">
|
|
<!ENTITY redland-size "1.5 MB">
|
|
<!ENTITY redland-buildsize "20.9 MB">
|
|
<!ENTITY redland-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="redland" xreflabel="redland-&redland-version;">
|
|
<?dbhtml filename="redland.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Redland-&redland-version;</title>
|
|
|
|
<indexterm zone="redland">
|
|
<primary sortas="l-redland">redland</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Redland</title>
|
|
|
|
<para><application>Redland</application> is a set of free software C libraries
|
|
that provide support for the Resource Description Framework (RDF). It is
|
|
required by <application>Soprano</application> to build
|
|
<application>Nepomuk</application>.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &redland-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &redland-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &redland-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &redland-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/redland-&redland-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
<bridgehead renderas="sect3">Redland Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="rasqal"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="db"/>,
|
|
<xref linkend="libiodbc"/>,
|
|
<xref linkend="sqlite"/>,
|
|
<xref linkend="mysql"/>,
|
|
<xref linkend="postgresql"/>,
|
|
<xref linkend="virtuoso"/> and
|
|
<ulink url="http://sourceforge.net/projects/threestore/">3store</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/redland"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Redland</title>
|
|
|
|
<para>Install <application>Redland</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--disable-static</option>: This option prevents compiling the
|
|
static archive versions of the libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>rdfproc, redland-config and redland-db-upgrade</seg>
|
|
<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>
|
|
</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>
|
|
<para>is the Redland RDF processor utility.</para>
|
|
<indexterm zone="redland rdfproc">
|
|
<primary sortas="b-rdfproc">rdfproc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="redland-config">
|
|
<term><command>redland-config</command></term>
|
|
<listitem>
|
|
<para>is a script to get information about the installed version
|
|
of Redland.</para>
|
|
<indexterm zone="redland redland-config">
|
|
<primary sortas="b-redland-config">redland-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="redland-db-upgrade">
|
|
<term><command>redland-db-upgrade</command></term>
|
|
<listitem>
|
|
<para>upgrades older Redland databases to 0.9.12 format.</para>
|
|
<indexterm zone="redland redland-db-upgrade">
|
|
<primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|