2011-02-09 05:13:13 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
|
|
|
|
<!ENTITY rasqal-download-ftp " ">
|
2012-07-03 03:00:36 +08:00
|
|
|
<!ENTITY rasqal-md5sum "49e4b75a0c67465edf55dd20606715fa">
|
|
|
|
<!ENTITY rasqal-size "1.5 MB">
|
|
|
|
<!ENTITY rasqal-buildsize "18 MB">
|
2012-03-27 03:13:25 +08:00
|
|
|
<!ENTITY rasqal-time "0.2 SBU">
|
2011-02-09 05:13:13 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="rasqal" xreflabel="rasqal-&rasqal-version;">
|
|
|
|
<?dbhtml filename="rasqal.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Rasqal-&rasqal-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="rasqal">
|
2012-07-29 06:15:26 +08:00
|
|
|
<primary sortas="a-rasqal">rasqal</primary>
|
2011-02-09 05:13:13 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Rasqal</title>
|
|
|
|
|
|
|
|
<para><application>Rasqal</application> is a C library that handles Resource
|
|
|
|
Description Framework (RDF) query language syntaxes, query construction and
|
|
|
|
execution of queries returning results as bindings, boolean, RDF graphs/triples
|
|
|
|
or syntaxes. It is required by <application>Soprano</application> to build
|
|
|
|
<application>Nepomuk</application>.</para>
|
|
|
|
|
2012-07-03 03:00:36 +08:00
|
|
|
&lfs71_checked;
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&rasqal-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&rasqal-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &rasqal-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &rasqal-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &rasqal-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &rasqal-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
|
|
|
<para>Required patch: <ulink
|
|
|
|
url="&patch-root;/rasqal-&rasqal-version;-fixes-1.patch"/></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
-->
|
2012-03-27 03:13:25 +08:00
|
|
|
<bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
|
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2011-04-07 05:27:34 +08:00
|
|
|
<xref linkend="raptor"/>
|
2011-02-09 05:13:13 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/rasqal"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
2012-03-27 03:13:25 +08:00
|
|
|
<title>Installation of Rasqal</title>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
2012-03-27 03:13:25 +08:00
|
|
|
<para>Install <application>Rasqal</application> by running the following
|
2011-02-09 05:13:13 +08:00
|
|
|
commands:</para>
|
|
|
|
|
2012-07-03 03:00:36 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
|
|
--disable-static &&
|
2011-02-09 05:13:13 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
|
|
|
<para><option>--disable-static</option>: This option prevents compiling the
|
|
|
|
static archive versions of the libraries.</para>
|
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
</sect2>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
2011-02-09 05:13:13 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2012-03-27 03:13:25 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2012-03-27 03:13:25 +08:00
|
|
|
<seg>rasqal-config and roqet</seg>
|
|
|
|
<seg>librasqal.so</seg>
|
|
|
|
<seg>/usr/include/rasqal and /usr/share/gtk-doc/html/rasqal</seg>
|
2011-02-09 05:13:13 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="rasqal-config">
|
|
|
|
<term><command>rasqal-config</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a utility for retrieving the installation options of rasqal</para>
|
|
|
|
<indexterm zone="rasqal rasqal-config">
|
|
|
|
<primary sortas="b-rasqal-config">rasqal-config</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2012-03-27 03:13:25 +08:00
|
|
|
|
|
|
|
<varlistentry id="roqet">
|
|
|
|
<term><command>roqet</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a RDF query utility.</para>
|
|
|
|
<indexterm zone="rasqal roqet">
|
|
|
|
<primary sortas="b-roqet">roqet</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2011-02-09 05:13:13 +08:00
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|