source: general/sysutils/rasqal.xml@ 7223306a

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7223306a was 7223306a, checked in by Ken Moffat <ken@…>, 3 years ago

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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Rasqal-&rasqal-version;</title>
23
24 <indexterm zone="rasqal">
25 <primary sortas="a-Rasqal">Rasqal</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Rasqal</title>
30
31 <para>
32 <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.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&rasqal-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&rasqal-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &rasqal-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &rasqal-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &rasqal-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &rasqal-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="raptor"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="pcre"/> and
84 <xref linkend="libgcrypt"/>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/rasqal"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Rasqal</title>
94
95 <para>
96 Install <application>Rasqal</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>make check</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 rasqal-config and roqet
134 </seg>
135 <seg>
136 librasqal.so
137 </seg>
138 <seg>
139 /usr/include/rasqal and
140 /usr/share/gtk-doc/html/rasqal
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="rasqal-config">
151 <term><command>rasqal-config</command></term>
152 <listitem>
153 <para>
154 is an utility for retrieving the installation options
155 of <application>Rasqal</application>
156 </para>
157 <indexterm zone="rasqal rasqal-config">
158 <primary sortas="b-rasqal-config">rasqal-config</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="roqet">
164 <term><command>roqet</command></term>
165 <listitem>
166 <para>
167 is an RDF query utility
168 </para>
169 <indexterm zone="rasqal roqet">
170 <primary sortas="b-roqet">roqet</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.