source: general/sysutils/raptor.xml@ 3fa825f6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 3fa825f6 was 3fa825f6, checked in by Ken Moffat <ken@…>, 10 years ago

more tags

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

  • Property mode set to 100644
File size: 5.0 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 "f380566229d6264590315b0a5341b689">
10 <!ENTITY raptor-size "1.8 MB">
11 <!ENTITY raptor-buildsize "28 MB (additional 1 MB for the tests)">
12 <!ENTITY raptor-time "0.2 SBU (additional 0.4 SBU for the tests)">
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="a-Raptor">Raptor</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Raptor</title>
31
32 <para>
33 <application>Raptor</application> is a C library that provides a set of
34 parsers and serializers that generate Resource Description Framework
35 (RDF) triples.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&raptor-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&raptor-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &raptor-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &raptor-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &raptor-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &raptor-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="curl"/> and
79 <xref linkend="libxslt"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/>,
85 <xref linkend="icu"/> and
86 <ulink url="http://lloyd.github.com/yajl/">libyajl</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/raptor"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Raptor</title>
96
97 <para>
98 Install <application>Raptor</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make -k check</command>. Several
107 tests are expected to fail.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 <para>
125 <option>--with-icu-config=/usr/bin/icu-config</option>: Use
126 this switch if you have installed <xref linkend="icu"/> and wish
127 to build <application>Raptor</application> with its support.
128 </para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 rapper
143 </seg>
144 <seg>
145 libraptor2.so
146 </seg>
147 <seg>
148 /usr/include/raptor2 and
149 /usr/share/gtk-doc/html/raptor2
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="rapper">
160 <term><command>rapper</command></term>
161 <listitem>
162 <para>
163 is a RDF parsing and serializing utility.
164 </para>
165 <indexterm zone="raptor rapper">
166 <primary sortas="b-rapper">rapper</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libraptor2">
172 <term><filename class="libraryfile">libraptor2.so</filename></term>
173 <listitem>
174 <para>
175 contains the <application>Raptor</application> API functions.
176 </para>
177 <indexterm zone="raptor libraptor2">
178 <primary sortas="c-libraptor2">libraptor2.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.