source: general/sysutils/redland.xml@ 0fab41a

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0fab41a was acd88fc, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Tags and move 2 unneeded files

  • Property mode set to 100644
File size: 5.3 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 "https://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
19 <title>Redland-&redland-version;</title>
20
21 <indexterm zone="redland">
22 <primary sortas="a-Redland">Redland</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Redland</title>
27
28 <para>
29 <application>Redland</application> is a set of free software C libraries
30 that provide support for the Resource Description Framework (RDF).
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&redland-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&redland-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &redland-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &redland-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &redland-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &redland-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Redland Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="rasqal"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="db"/>,
79 <xref linkend="libiodbc"/>,
80 <xref linkend="sqlite"/>,
81 <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
82 <xref linkend="postgresql"/>,
83 <ulink url="&sourceforge-dl;/virtuoso/">virtuoso</ulink>, and
84 <ulink url="https://sourceforge.net/projects/threestore/">3store</ulink>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/redland"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Redland</title>
94
95 <para>
96 Install <application>Redland</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue <command>make check</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>rdfproc, redland-config and redland-db-upgrade</seg>
133 <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
134 <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
135 /usr/share/redland</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="rdfproc">
145 <term><command>rdfproc</command></term>
146 <listitem>
147 <para>
148 is the Redland RDF processor utility
149 </para>
150 <indexterm zone="redland rdfproc">
151 <primary sortas="b-rdfproc">rdfproc</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="redland-config">
157 <term><command>redland-config</command></term>
158 <listitem>
159 <para>
160 is a script to get information about the installed version
161 of Redland
162 </para>
163 <indexterm zone="redland redland-config">
164 <primary sortas="b-redland-config">redland-config</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="redland-db-upgrade">
170 <term><command>redland-db-upgrade</command></term>
171 <listitem>
172 <para>
173 upgrades older Redland databases to 0.9.12 format
174 </para>
175 <indexterm zone="redland redland-db-upgrade">
176 <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.