Author: rthomsen
Date: 2012-03-03 06:48:30 -0700 (Sat, 03 Mar 2012)
New Revision: 9572
Modified:
trunk/BOOK/general/sysutils/raptor.xml
Log:
Added patch for raptor.
Modified: trunk/BOOK/general/sysutils/raptor.xml
===================================================================
--- trunk/BOOK/general/sysutils/raptor.xml 2012-03-03 10:53:23 UTC (rev
9571)
+++ trunk/BOOK/general/sysutils/raptor.xml 2012-03-03 13:48:30 UTC (rev
9572)
@@ -29,11 +29,11 @@
<sect2 role="package">
<title>Introduction to Raptor</title>
- <para><application>raptor</application> is a C library that provides a set
+ <para><application>Raptor</application> is a C library that provides a set
of parsers and serializers that generate Resource Description Framework
(RDF)
triples.</para>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -57,17 +57,17 @@
</listitem>
</itemizedlist>
-<!--
+
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
- url="&patch-root;/raptor-&raptor-version;-fixes-1.patch"/></para>
+ url="&patch-root;/raptor/raptor-&raptor-version;-curl.patch"/></para>
</listitem>
</itemizedlist>
--->
- <bridgehead renderas="sect3">raptor Dependencies</bridgehead>
+ <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
+
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="expat"/> or <xref linkend="libxml2"/>,
@@ -90,7 +90,8 @@
<para>Install <application>raptor</application> by running the following
commands:</para>
-<screen><userinput>./configure prefix=/usr &&
+<screen><userinput>patch -Np0 -i ../raptor-&raptor-version;-curl.patch
&&
+./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -98,14 +99,16 @@
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
-<!--
+
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>- -xyz</option>: This option is set for ...</para>
+ <para><option>patch -Np0 -i
../raptor-&raptor-version;-curl.patch</option>: This
+ patch fixes compiling with <application>cURL</application>.</para>
+ <para><option>--disable-static</option>: This option prevents compiling
the
+ static archive versions of the libraries.</para>
+ </sect2>
- </sect2>
--->
<sect2 role="content">
<title>Contents</title>
@@ -116,7 +119,7 @@
<seglistitem>
<seg>rapper, raptor-config</seg>
- <seg>libraptor.{a,so}</seg>
+ <seg>libraptor.so</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page