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