source: general/sysutils/rasqal.xml@ 40a4d44

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 40a4d44 was 9b7d496, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Redland, rasqal and raptor upgrades.

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

  • Property mode set to 100644
File size: 4.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 rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
8 <!ENTITY rasqal-download-ftp " ">
9 <!ENTITY rasqal-md5sum "a3662b8d9efef9d8ef0a3c182450fba2">
10 <!ENTITY rasqal-size "1.4 MB">
11 <!ENTITY rasqal-buildsize "12.3 MB">
12 <!ENTITY rasqal-time "0.2 SBU">
13]>
14
15<sect1 id="rasqal" xreflabel="rasqal-&rasqal-version;">
16 <?dbhtml filename="rasqal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Rasqal-&rasqal-version;</title>
24
25 <indexterm zone="rasqal">
26 <primary sortas="l-rasqal">rasqal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Rasqal</title>
31
32 <para><application>Rasqal</application> is a C library that handles Resource
33 Description Framework (RDF) query language syntaxes, query construction and
34 execution of queries returning results as bindings, boolean, RDF graphs/triples
35 or syntaxes. It is required by <application>Soprano</application> to build
36 <application>Nepomuk</application>.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&rasqal-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&rasqal-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &rasqal-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &rasqal-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &rasqal-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &rasqal-time;</para>
59 </listitem>
60 </itemizedlist>
61
62<!--
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/rasqal-&rasqal-version;-fixes-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70-->
71 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="raptor"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/rasqal"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Rasqal</title>
85
86 <para>Install <application>Rasqal</application> by running the following
87 commands:</para>
88
89<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
90make</userinput></screen>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><option>--disable-static</option>: This option prevents compiling the
102 static archive versions of the libraries.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>rasqal-config and roqet</seg>
116 <seg>librasqal.so</seg>
117 <seg>/usr/include/rasqal and /usr/share/gtk-doc/html/rasqal</seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="rasqal-config">
127 <term><command>rasqal-config</command></term>
128 <listitem>
129 <para>is a utility for retrieving the installation options of rasqal</para>
130 <indexterm zone="rasqal rasqal-config">
131 <primary sortas="b-rasqal-config">rasqal-config</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="roqet">
137 <term><command>roqet</command></term>
138 <listitem>
139 <para>is a RDF query utility.</para>
140 <indexterm zone="rasqal roqet">
141 <primary sortas="b-roqet">roqet</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.