source: archive/soprano.xml@ 9fd7f516

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9fd7f516 was f3429309, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[47969a6]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 " ">
[87dcccc4]9 <!ENTITY soprano-md5sum "91413e5783efeee0beb747ea4c5c9ef0">
[47969a6]10 <!ENTITY soprano-size "1.9 MB">
[87dcccc4]11 <!ENTITY soprano-buildsize "22 MB">
12 <!ENTITY soprano-time "0.6 SBU">
[47969a6]13]>
14
[8f1699f2]15<sect1 id="soprano" xreflabel="Soprano-&soprano-version;">
[47969a6]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">
[b194f2b]26 <primary sortas="a-Soprano">Soprano</primary>
[47969a6]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Soprano</title>
31
[8f1699f2]32 <para>
[0d7900a]33 <application>Soprano</application> (formally known as QRDF) is a
[8f1699f2]34 library which provides a nice Qt interface to RDF storage solutions.
35 It has a modular structure which allows to replace the actual RDF
36 storage implementation used.
37 </para>
[47969a6]38
[2a00b77]39 &lfs75_checked;
[47969a6]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[8f1699f2]44 <para>
45 Download (HTTP): <ulink url="&soprano-download-http;"/>
46 </para>
[47969a6]47 </listitem>
48 <listitem>
[8f1699f2]49 <para>
50 Download (FTP): <ulink url="&soprano-download-ftp;"/>
51 </para>
[47969a6]52 </listitem>
53 <listitem>
[8f1699f2]54 <para>
55 Download MD5 sum: &soprano-md5sum;
56 </para>
[47969a6]57 </listitem>
58 <listitem>
[8f1699f2]59 <para>
60 Download size: &soprano-size;
61 </para>
[47969a6]62 </listitem>
63 <listitem>
[8f1699f2]64 <para>
65 Estimated disk space required: &soprano-buildsize;
66 </para>
[47969a6]67 </listitem>
68 <listitem>
[8f1699f2]69 <para>
70 Estimated build time: &soprano-time;
71 </para>
[47969a6]72 </listitem>
73 </itemizedlist>
[8f1699f2]74
[eaa2ba5]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing='compact'>
77 <listitem>
78 <para>Required patch: <ulink
79 url="&patch-root;/soprano-&soprano-version;-dbus-1.patch"/></para>
80 </listitem>
81 </itemizedlist>
82
[47969a6]83 <bridgehead renderas="sect3">Soprano Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
[0d7900a]87 <xref linkend="cmake"/>,
[e8c07fad]88 <xref linkend="qt4"/>, and
89 <xref linkend="redland"/>
[47969a6]90 </para>
91
[e8c07fad]92 <bridgehead renderas="sect4">Recommended</bridgehead>
[47969a6]93 <para role="recommended">
[e8c07fad]94 <xref linkend="clucene"/>,
[54666831]95 <xref linkend="dbus"/>,
[0d7900a]96 <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
97 <xref linkend="virtuoso"/> is required as a runtime dependency for this
[8f1699f2]98 backend.)
[6d59558]99 </para>
[0d7900a]100
[6d59558]101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
[87dcccc4]103 <xref linkend="doxygen"/> (to build the documentation) and
[8f1699f2]104 <ulink url="http://www.openrdf.org/">Sesame2</ulink>
[47969a6]105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
[8f1699f2]108 <ulink url="&blfs-wiki;/soprano"/>
109 </para>
[47969a6]110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Soprano</title>
114
115 <para>Install <application>soprano</application> by running the following
116 commands:</para>
117
[eaa2ba5]118<screen><userinput>patch -Np1 -i ../soprano-&soprano-version;-dbus-1.patch &amp;&amp;
[2a00b77]119
[eaa2ba5]120mkdir build &amp;&amp;
[2a00b77]121cd build &amp;&amp;
122
[8f1699f2]123cmake -DCMAKE_INSTALL_PREFIX=/usr \
124 -DCMAKE_BUILD_TYPE=Release \
125 .. &amp;&amp;
[47969a6]126make</userinput></screen>
127
[c6ebba90]128 <para>This package does not come with a working test suite.</para>
129
[8f1699f2]130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
[47969a6]133
134<screen role="root"><userinput>make install</userinput></screen>
135
136</sect2>
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
[8f1699f2]140 <para>
141 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
142 to apply higher level of the compiler optimizations.
143 </para>
144
[e8c07fad]145 <para>
146 <option>-DSOPRANO_DISABLE_CLUCENE_INDEX=ON</option>: This switch disables
147 compilation of Clucene-based full-text index.
148 </para>
149
[47969a6]150 </sect2>
[0d7900a]151
[47969a6]152 <sect2 role="configuration">
153 <title>Configuration of Soprano</title>
154
[8f1699f2]155 <para>
156 Create a directory where <application>Soprano</application> places some
[2a00b77]157 runtime data as the <systemitem class="username">root</systemitem> user:
[8f1699f2]158 </para>
159
[47969a6]160<screen role="root"><userinput>install -m755 -d /srv/soprano</userinput></screen>
161
[8f1699f2]162 <para>
163 The <command>sopranod</command> accepts some parameters. To configure
164 how the bootscript starts <command>sopranod</command>,
[f3429309]165 create a configuration file again as the
[2a00b77]166 <systemitem class="username">root</systemitem> user:
[8f1699f2]167 </para>
[47969a6]168
169<screen role="root"><userinput>cat &gt; /etc/sysconfig/soprano &lt;&lt;EOF
170# Begin /etc/sysconfig/soprano
171
172SOPRANO_STORAGE="/srv/soprano"
[6d59558]173SOPRANO_BACKEND="virtuoso" # virtuoso, sesame2, redland
[47969a6]174#SOPRANO_OPTIONS="$SOPRANO_OPTIONS --port 4711" # Default port is 5000
175
176# End /etc/sysconfig/soprano
177EOF</userinput></screen>
178
[6d59558]179<sect3 id="soprano-init">
[47969a6]180 <title>Boot Script</title>
181
[6d59558]182 <note>
[8f1699f2]183 <para>
184 It is not required to start the <application>Soprano</application>
[0d7900a]185 server at boottime for <application>KDE</application>.
[8f1699f2]186 <application>KDE</application> will start
187 <application>Soprano</application> as needed.
188 </para>
[6d59558]189 </note>
[0d7900a]190
[8f1699f2]191 <para>
192 In order to get <application>Soprano</application> started
193 automatically when the system is booted, install the
194 <filename>/etc/rc.d/init.d/soprano</filename> init script included
[f3429309]195 in the <xref linkend="bootscripts"/> package as the
[2a00b77]196 <systemitem class="username">root</systemitem> user:
[8f1699f2]197 </para>
[47969a6]198
199 <indexterm zone="soprano soprano-init">
200 <primary sortas="f-soprano">soprano</primary>
201 </indexterm>
202
203<screen role="root"><userinput>make install-soprano</userinput></screen>
204
205 </sect3>
206
207 </sect2>
208
209 <sect2 role="content">
210 <title>Contents</title>
211
212 <segmentedlist>
213 <segtitle>Installed Programs</segtitle>
214 <segtitle>Installed Libraries</segtitle>
[86f9469]215 <segtitle>Installed Directories</segtitle>
[47969a6]216
217 <seglistitem>
[8f1699f2]218 <seg>
[55d9118]219 onto2vocabularyclass, sopranocmd, and sopranod
[8f1699f2]220 </seg>
221 <seg>
[87dcccc4]222 libsopranoclient.so, libsopranoindex.so, libsopranoserver.so, and libsoprano.so
[8f1699f2]223 </seg>
[028759b]224 <seg>
[8f1699f2]225 /usr/include/soprano,
226 /usr/include/Soprano,
[55d9118]227 /usr/lib/soprano, and
[8f1699f2]228 /usr/share/soprano
229 </seg>
[47969a6]230 </seglistitem>
231 </segmentedlist>
[8f1699f2]232
[47969a6]233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.