source: general/sysutils/rasqal.xml@ 244f7df

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 244f7df was 244f7df, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Tags

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

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