source: general/sysutils/raptor.xml@ ff0b3aa8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 ff0b3aa8 was ff0b3aa8, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Tags

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

  • Property mode set to 100644
File size: 5.0 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
[9b7d496]7 <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
[47969a6]8 <!ENTITY raptor-download-ftp " ">
[7b1b9d72]9 <!ENTITY raptor-md5sum "a39f6c07ddb20d7dd2ff1f95fa21e2cd">
10 <!ENTITY raptor-size "1.9 MB">
11 <!ENTITY raptor-buildsize "28 MB (additional 1 MB for the tests)">
[18310d86]12 <!ENTITY raptor-time "0.2 SBU (additional 0.5 SBU for the tests)">
[47969a6]13]>
14
[8f1699f2]15<sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
[47969a6]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">
[8f1699f2]26 <primary sortas="a-Raptor">Raptor</primary>
[47969a6]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Raptor</title>
31
[5b38e37]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>
[47969a6]37
[ff0b3aa8]38 &lfs10_checked;
[47969a6]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[5b38e37]43 <para>
44 Download (HTTP): <ulink url="&raptor-download-http;"/>
45 </para>
[47969a6]46 </listitem>
47 <listitem>
[5b38e37]48 <para>
49 Download (FTP): <ulink url="&raptor-download-ftp;"/>
50 </para>
[47969a6]51 </listitem>
52 <listitem>
[5b38e37]53 <para>
54 Download MD5 sum: &raptor-md5sum;
55 </para>
[47969a6]56 </listitem>
57 <listitem>
[5b38e37]58 <para>
59 Download size: &raptor-size;
60 </para>
[47969a6]61 </listitem>
62 <listitem>
[5b38e37]63 <para>
64 Estimated disk space required: &raptor-buildsize;
65 </para>
[47969a6]66 </listitem>
67 <listitem>
[5b38e37]68 <para>
69 Estimated build time: &raptor-time;
70 </para>
[47969a6]71 </listitem>
72 </itemizedlist>
73
[3bb53bb]74 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
[47969a6]75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[5b38e37]78 <xref linkend="curl"/> and
79 <xref linkend="libxslt"/>
[47969a6]80 </para>
[5b38e37]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>
[47969a6]87 </para>
88
[5b38e37]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/raptor"/>
91 </para>
[47969a6]92 </sect2>
93
94 <sect2 role="installation">
[9b7d496]95 <title>Installation of Raptor</title>
[47969a6]96
[5b38e37]97 <para>
98 Install <application>Raptor</application> by running the following
99 commands:
100 </para>
[47969a6]101
[5b38e37]102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[47969a6]103make</userinput></screen>
104
[028759b]105 <para>
[18310d86]106 To test the results, issue: <command>make check</command>.
[028759b]107 </para>
108
[5b38e37]109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
[47969a6]112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
[3bb53bb]116
[47969a6]117 <sect2 role="commands">
118 <title>Command Explanations</title>
[d298c5f]119
[5b38e37]120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <para>
[cd50e2e]124 <option>--with-icu-config=/usr/bin/icu-config</option>: Use
[5b38e37]125 this switch if you have installed <xref linkend="icu"/> and wish
126 to build <application>Raptor</application> with its support.
127 </para>
128
[47969a6]129 </sect2>
[3bb53bb]130
[47969a6]131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
[9b7d496]137 <segtitle>Installed Directories</segtitle>
[47969a6]138
139 <seglistitem>
[5b38e37]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>
[47969a6]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>
[5b38e37]161 <para>
162 is a RDF parsing and serializing utility.
163 </para>
[47969a6]164 <indexterm zone="raptor rapper">
165 <primary sortas="b-rapper">rapper</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
[5b38e37]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
[47969a6]182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.