source: general/sysutils/raptor.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 2d0650b was 7ee3d2dc, checked in by Ken Moffat <ken@…>, 5 years ago

tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22003 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 "a39f6c07ddb20d7dd2ff1f95fa21e2cd">
10 <!ENTITY raptor-size "1.9 MB">
11 <!ENTITY raptor-buildsize "28 MB (additional 1 MB for the tests)">
12 <!ENTITY raptor-time "0.2 SBU (additional 0.5 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 &lfs90_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 check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <para>
124 <option>--with-icu-config=/usr/bin/icu-config</option>: Use
125 this switch if you have installed <xref linkend="icu"/> and wish
126 to build <application>Raptor</application> with its support.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 rapper
142 </seg>
143 <seg>
144 libraptor2.so
145 </seg>
146 <seg>
147 /usr/include/raptor2 and
148 /usr/share/gtk-doc/html/raptor2
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="rapper">
159 <term><command>rapper</command></term>
160 <listitem>
161 <para>
162 is a RDF parsing and serializing utility.
163 </para>
164 <indexterm zone="raptor rapper">
165 <primary sortas="b-rapper">rapper</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libraptor2">
171 <term><filename class="libraryfile">libraptor2.so</filename></term>
172 <listitem>
173 <para>
174 contains the <application>Raptor</application> API functions.
175 </para>
176 <indexterm zone="raptor libraptor2">
177 <primary sortas="c-libraptor2">libraptor2.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.