Ignore:
Timestamp:
03/03/2013 02:53:30 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
ffd1fcc
Parents:
1c2ba20b
Message:

libpwquality 1.2.1, GMime 2.6.15, libffi 3.0.12, libgpg-error 1.11, Graphviz 2.30.1, libarchive 3.1.2, Raptor 2.0.9, sg3_utils 1.35, pkg-config 0.28, Clutter Gst 2.0.2, Gtk VNC 0.5.2, Shared Mime Info 1.1, AudioFile 0.3.5, libdiscid 0.3.2 and mpg123 1.15.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/raptor.xml

    r1c2ba20b r5b38e37  
    77  <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
    88  <!ENTITY raptor-download-ftp  " ">
    9   <!ENTITY raptor-md5sum        "ac60858b875aab8fa7917f21a1237aa9">
    10   <!ENTITY raptor-size          "1.7 MB">
    11   <!ENTITY raptor-buildsize     "19 MB">
     9  <!ENTITY raptor-md5sum        "4ceb9316488b0ea01acf011023cf7fff">
     10  <!ENTITY raptor-size          "1.8 MB">
     11  <!ENTITY raptor-buildsize     "30 MB">
    1212  <!ENTITY raptor-time          "0.2 SBU">
    1313]>
     
    3030    <title>Introduction to Raptor</title>
    3131
    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>
     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>
    3537
    3638    &lfs72_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&raptor-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&raptor-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&raptor-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&raptor-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &raptor-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &raptor-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &raptor-size;</para>
     58        <para>
     59          Download size: &raptor-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &raptor-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &raptor-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &raptor-time;</para>
     68        <para>
     69          Estimated build time: &raptor-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
    5973
    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     -->
    6974    <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
    7075
    7176    <bridgehead renderas="sect4">Required</bridgehead>
    7277    <para role="required">
    73     <xref linkend="expat"/> or <xref linkend="libxml2"/>,
    74     <xref linkend="curl"/>
     78      <xref linkend="curl"/> and
     79      <xref linkend="libxslt"/>
    7580    </para>
    76 <!--
    77     <bridgehead renderas="sect4">Recommended</bridgehead>
    78     <para role="recommended">
    79     <xref linkend="gtk2"/>
     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>
    8087    </para>
    81 -->
     88
    8289    <para condition="html" role="usernotes">User Notes:
    83     <ulink url="&blfs-wiki;/raptor"/></para>
    84 
     90      <ulink url="&blfs-wiki;/raptor"/>
     91    </para>
    8592  </sect2>
    8693
     
    8895    <title>Installation of Raptor</title>
    8996
    90     <para>Install <application>Raptor</application> by running the following
    91     commands:</para>
     97    <para>
     98      Install <application>Raptor</application> by running the following
     99      commands:
     100    </para>
    92101
    93 <screen><userinput>./configure --prefix=/usr \
    94             --disable-static &amp;&amp;
     102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    95103make</userinput></screen>
    96104
     
    99107    </para>
    100108
    101     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     109    <para>
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
    102112
    103113<screen role="root"><userinput>make install</userinput></screen>
     
    108118    <title>Command Explanations</title>
    109119
    110     <para><option>--disable-static</option>: This option prevents compiling the
    111     static archive versions of the libraries.</para>
     120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     121      href="../../xincludes/static-libraries.xml"/>
     122
     123    <para>
     124      <parameter>--with-icu-config=/usr/bin/icu-config</parameter>: 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
    112129  </sect2>
    113130
     
    121138
    122139      <seglistitem>
    123         <seg>rapper</seg>
    124         <seg>libraptor2.so</seg>
    125         <seg>/usr/include/raptor2 and /usr/share/gtk-doc/html/raptor2</seg>
     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>
    126150      </seglistitem>
    127151    </segmentedlist>
     
    135159        <term><command>rapper</command></term>
    136160        <listitem>
    137           <para>is a RDF parsing and serializing utility.</para>
     161          <para>
     162            is a RDF parsing and serializing utility.
     163          </para>
    138164          <indexterm zone="raptor rapper">
    139165            <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>
    140178          </indexterm>
    141179        </listitem>
Note: See TracChangeset for help on using the changeset viewer.