source: general/sysutils/redland.xml@ 5e0662d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e0662d was 5e0662d, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Updated to mariadb-10.0.10.
Archived mysql.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12960 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY redland-download-http "http://download.librdf.org/source/redland-&redland-version;.tar.gz">
8 <!ENTITY redland-download-ftp " ">
9 <!ENTITY redland-md5sum "e5be03eda13ef68aabab6e42aa67715e">
10 <!ENTITY redland-size "1.6 MB">
11 <!ENTITY redland-buildsize "18 MB">
12 <!ENTITY redland-time "0.2 SBU">
13]>
14
15<sect1 id="redland" xreflabel="Redland-&redland-version;">
16 <?dbhtml filename="redland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Redland-&redland-version;</title>
24
25 <indexterm zone="redland">
26 <primary sortas="a-Redland">Redland</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Redland</title>
31
32 <para><application>Redland</application> is a set of free software C libraries
33 that provide support for the Resource Description Framework (RDF). It is
34 required by <application>Soprano</application> to build
35 <application>Nepomuk</application>.</para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &redland-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &redland-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &redland-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &redland-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Redland Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="rasqal"/>
66 </para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional">
70 <xref linkend="db"/>,
71 <xref linkend="libiodbc"/>,
72 <xref linkend="sqlite"/>,
73 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
74 <xref linkend="postgresql"/>,
75 <xref linkend="virtuoso"/> and
76 <ulink url="http://sourceforge.net/projects/threestore/">3store</ulink>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/redland"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Redland</title>
86
87 <para>Install <application>Redland</application> by running the following
88 commands:</para>
89
90<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>To test the results, issue <command>make check</command>.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>rdfproc, redland-config and redland-db-upgrade</seg>
119 <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
120 <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
121 /usr/share/redland</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="rdfproc">
131 <term><command>rdfproc</command></term>
132 <listitem>
133 <para>is the Redland RDF processor utility.</para>
134 <indexterm zone="redland rdfproc">
135 <primary sortas="b-rdfproc">rdfproc</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="redland-config">
141 <term><command>redland-config</command></term>
142 <listitem>
143 <para>is a script to get information about the installed version
144 of Redland.</para>
145 <indexterm zone="redland redland-config">
146 <primary sortas="b-redland-config">redland-config</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="redland-db-upgrade">
152 <term><command>redland-db-upgrade</command></term>
153 <listitem>
154 <para>upgrades older Redland databases to 0.9.12 format.</para>
155 <indexterm zone="redland redland-db-upgrade">
156 <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.