source: general/sysutils/rasqal.xml@ f8b4f14

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 f8b4f14 was bd550c1, checked in by Ken Moffat <ken@…>, 16 months ago

Some tags.

  • Property mode set to 100644
File size: 4.7 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 "https://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
8 <!ENTITY rasqal-download-ftp " ">
9 <!ENTITY rasqal-md5sum "1f5def51ca0026cd192958ef07228b52">
10 <!ENTITY rasqal-size "1.6 MB">
11 <!ENTITY rasqal-buildsize "22 MB (additional 4 MB for the tests)">
12 <!ENTITY rasqal-time "0.3 SBU (additional 0.7 SBU for the tests)">
13]>
14
15<sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
16 <?dbhtml filename="rasqal.html"?>
17
18
19 <title>Rasqal-&rasqal-version;</title>
20
21 <indexterm zone="rasqal">
22 <primary sortas="a-Rasqal">Rasqal</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Rasqal</title>
27
28 <para>
29 <application>Rasqal</application> is a C library that handles Resource
30 Description Framework (RDF) query language syntaxes, query construction, and
31 execution of queries returning results as bindings, boolean, RDF graphs/triples
32 or syntaxes.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&rasqal-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&rasqal-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &rasqal-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &rasqal-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &rasqal-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &rasqal-time;
67 </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 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="pcre"/> and
81 <xref linkend="libgcrypt"/>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/rasqal"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Rasqal</title>
91
92 <para>
93 Install <application>Rasqal</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 rasqal-config and roqet
131 </seg>
132 <seg>
133 librasqal.so
134 </seg>
135 <seg>
136 /usr/include/rasqal and
137 /usr/share/gtk-doc/html/rasqal
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="rasqal-config">
148 <term><command>rasqal-config</command></term>
149 <listitem>
150 <para>
151 is an utility for retrieving the installation options
152 of <application>Rasqal</application>
153 </para>
154 <indexterm zone="rasqal rasqal-config">
155 <primary sortas="b-rasqal-config">rasqal-config</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="roqet">
161 <term><command>roqet</command></term>
162 <listitem>
163 <para>
164 is an RDF query utility
165 </para>
166 <indexterm zone="rasqal roqet">
167 <primary sortas="b-roqet">roqet</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.