source: server/other/soprano.xml@ 6d59558

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 6d59558 was 6d59558, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Update soprano+correct dep in kde4libs.

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

  • Property mode set to 100644
File size: 6.5 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 soprano-download-http "&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
8 <!ENTITY soprano-download-ftp " ">
9 <!ENTITY soprano-md5sum "783fb07f9679f45e987aff7a17bef649">
10 <!ENTITY soprano-size "1.9 MB">
11 <!ENTITY soprano-buildsize "23 MB">
12 <!ENTITY soprano-time "1.1 SBU">
13]>
14
15<sect1 id="soprano" xreflabel="soprano-&soprano-version;">
16 <?dbhtml filename="soprano.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Soprano-&soprano-version;</title>
24
25 <indexterm zone="soprano">
26 <primary sortas="a-soprano">soprano</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Soprano</title>
31
32 <para><application>Soprano</application> (formally known as QRDF) is a
33 library which provides a nice Qt interface to RDF storage solutions. It
34 has a modular structure which allows to replace the actual RDF storage
35 implementation used.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&soprano-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&soprano-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &soprano-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &soprano-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &soprano-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &soprano-time;</para>
58 </listitem>
59 </itemizedlist>
60<!--
61no longer required in 4.6
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Required patch: <ulink
66 url="&equinox-download;/soprano-&soprano-version;-redland_fix-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69-->
70 <bridgehead renderas="sect3">Soprano Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cmake"/>,
75 <xref linkend="qt4"/>,
76 <xref linkend="dbus"/> and
77 <xref linkend="redland"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libiodbc"/> (required for the Virtuoso backend. Besides, <xref linkend="virtuoso"/>
83 is required as a runtime dependency for this backend.)
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="doxygen"/> (to build the documentation),
89 <xref linkend="clucene"/> (no longer required to use soprano in KDE4) and
90 <ulink url="http://www.openrdf.org/">Sesame2</ulink>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/soprano"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Soprano</title>
100
101 <para>Install <application>soprano</application> by running the following
102 commands:</para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build</userinput></screen>
106
107 <para>Prepare the package for compilation:</para>
108
109<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
110make</userinput></screen>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116</sect2>
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><option>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</option>: Soprano might not
121 build with recent Clucene versions. Use this option to fix it.</para>
122
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuration of Soprano</title>
127
128 <para>Create a directory where <application>soprano</application> places some
129 runtime data:</para>
130
131<screen role="root"><userinput>install -m755 -d /srv/soprano</userinput></screen>
132
133 <para>The <application>soprano</application>d accepts some parameter. To not
134 hardcode them in the startscript, create a configuration file:</para>
135
136<screen role="root"><userinput>cat &gt; /etc/sysconfig/soprano &lt;&lt;EOF
137# Begin /etc/sysconfig/soprano
138
139SOPRANO_STORAGE="/srv/soprano"
140SOPRANO_BACKEND="virtuoso" # virtuoso, sesame2, redland
141#SOPRANO_OPTIONS="$SOPRANO_OPTIONS --port 4711" # Default port is 5000
142
143# End /etc/sysconfig/soprano
144EOF</userinput></screen>
145
146
147<sect3 id="soprano-init">
148 <title>Boot Script</title>
149
150 <note>
151 <para>It is not required to start the soprano server at boottime for KDE4.
152 KDE4 will start soprano as needed.</para>
153 </note>
154
155 <para>In order to get <application>Soprano</application> started
156 automatically when the system is booted, install the
157 <filename>/etc/rc.d/init.d/soprano</filename> init script included
158 in the <xref linkend="bootscripts"/> package.</para>
159
160 <indexterm zone="soprano soprano-init">
161 <primary sortas="f-soprano">soprano</primary>
162 </indexterm>
163
164<screen role="root"><userinput>make install-soprano</userinput></screen>
165
166 </sect3>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directory</segtitle>
177
178 <seglistitem>
179 <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
180 <seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
181 several other libs in /usr/lib/soprano/</seg>
182 <seg>/usr/include/soprano, /usr/include/Soprano, /usr/share/soprano</seg>
183 </seglistitem>
184 </segmentedlist>
185<!--
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="a-soprano">
192 <term><command>soprano</command></term>
193 <listitem>
194 <para>is a testing utility for soprano-generated build trees.</para>
195 <indexterm zone="a-soprano soprano">
196 <primary sortas="b-soprano">soprano</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202-->
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.