source: general/sysutils/redland.xml

trunk
Last change on this file was 567056a, checked in by Ken Moffat <ken@…>, 2 months ago

some tags.

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 &lfs121_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="libiodbc"/>,
79 <xref linkend="sqlite"/>,
80 <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
81 <xref linkend="postgresql"/>,
82 &berkeley-db;
83 <ulink url="&sourceforge-dl;/virtuoso/">virtuoso</ulink>, and
84 <ulink url="https://sourceforge.net/projects/threestore/">3store</ulink>
85 </para>
86
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Redland</title>
92
93 <para>
94 Install <application>Redland</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue <command>make check</command>.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/static-libraries.xml"/>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>rdfproc, redland-config and redland-db-upgrade</seg>
131 <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
132 <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
133 /usr/share/redland</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="rdfproc">
143 <term><command>rdfproc</command></term>
144 <listitem>
145 <para>
146 is the Redland RDF processor utility
147 </para>
148 <indexterm zone="redland rdfproc">
149 <primary sortas="b-rdfproc">rdfproc</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="redland-config">
155 <term><command>redland-config</command></term>
156 <listitem>
157 <para>
158 is a script to get information about the installed version
159 of Redland
160 </para>
161 <indexterm zone="redland redland-config">
162 <primary sortas="b-redland-config">redland-config</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="redland-db-upgrade">
168 <term><command>redland-db-upgrade</command></term>
169 <listitem>
170 <para>
171 upgrades older Redland databases to 0.9.12 format
172 </para>
173 <indexterm zone="redland redland-db-upgrade">
174 <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.