Ignore:
Timestamp:
01/27/2016 06:00:53 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
8cf08a11
Parents:
4c7c1d4
Message:

Merge Chapter 12 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16857 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/redland.xml

    r4c7c1d4 r14ba5f4  
    3030    <title>Introduction to Redland</title>
    3131
    32     <para>
    33       <application>Redland</application> is a set of free software C libraries
    34       that provide support for the Resource Description Framework (RDF).
    35     </para>
     32    <para><application>Redland</application> is a set of free software C libraries
     33    that provide support for the Resource Description Framework (RDF). </para>
    3634
    37     &lfs77_checked;
     35    &lfs78_checked;
    3836
    3937    <bridgehead renderas="sect3">Package Information</bridgehead>
    4038    <itemizedlist spacing="compact">
    4139      <listitem>
    42         <para>
    43           Download (HTTP): <ulink url="&redland-download-http;"/>
    44         </para>
     40        <para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
    4541      </listitem>
    4642      <listitem>
    47         <para>
    48           Download (FTP): <ulink url="&redland-download-ftp;"/>
    49         </para>
     43        <para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
    5044      </listitem>
    5145      <listitem>
    52         <para>
    53           Download MD5 sum: &redland-md5sum;
    54         </para>
     46        <para>Download MD5 sum: &redland-md5sum;</para>
    5547      </listitem>
    5648      <listitem>
    57         <para>
    58           Download size: &redland-size;
    59         </para>
     49        <para>Download size: &redland-size;</para>
    6050      </listitem>
    6151      <listitem>
    62         <para>
    63           Estimated disk space required: &redland-buildsize;
    64         </para>
     52        <para>Estimated disk space required: &redland-buildsize;</para>
    6553      </listitem>
    6654      <listitem>
    67         <para>
    68           Estimated build time: &redland-time;
    69         </para>
     55        <para>Estimated build time: &redland-time;</para>
    7056      </listitem>
    7157    </itemizedlist>
     
    8167    <para role="optional">
    8268      <xref linkend="db"/>,
    83       <xref linkend="mariadb"/>,
     69      <xref linkend="libiodbc"/>,
     70      <xref linkend="sqlite"/>,
     71      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    8472      <xref linkend="postgresql"/>,
    85       <xref linkend="sqlite"/>,
    86       <ulink url="&sourceforge-repo;/threestore/">3store</ulink>,
    87       <ulink url="&sourceforge-repo;/iodbc/">libiodbc</ulink> and
    88       <ulink url="&sourceforge-repo;/virtuoso/">Virtuoso</ulink>
     73      <ulink url="&sourceforge-repo;/virtuoso/">virtuoso</ulink>, and
     74      <ulink url="http://sourceforge.net/projects/threestore/">3store</ulink>
    8975    </para>
    9076
     
    9783    <title>Installation of Redland</title>
    9884
    99     <para>
    100       Install <application>Redland</application> by running the following
    101       commands:
    102     </para>
     85    <para>Install <application>Redland</application> by running the following
     86    commands:</para>
    10387
    10488<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    10589make</userinput></screen>
    10690
    107     <para>
    108       To test the results, issue <command>make check</command>.
    109     </para>
     91    <para>To test the results, issue <command>make check</command>.</para>
    11092
    111     <para>
    112       Now, as the <systemitem class="username">root</systemitem> user:
    113     </para>
     93    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    11494
    11595<screen role="root"><userinput>make install</userinput></screen>
     
    134114
    135115      <seglistitem>
    136         <seg>
    137           rdfproc, redland-config and redland-db-upgrade
    138         </seg>
    139         <seg>
    140           librdf.so
    141         </seg>
    142         <seg>
    143           /usr/lib/redland,
    144           /usr/share/gtk-doc/html/redland and
    145           /usr/share/redland
    146         </seg>
     116        <seg>rdfproc, redland-config and redland-db-upgrade</seg>
     117        <seg>librdf.so and /usr/lib/redland/librdf_storage_*.so</seg>
     118        <seg>/usr/lib/redland, /usr/share/gtk-doc/html/redland and
     119        /usr/share/redland</seg>
    147120      </seglistitem>
    148121    </segmentedlist>
     
    156129        <term><command>rdfproc</command></term>
    157130        <listitem>
    158           <para>
    159             is the Redland RDF processor utility.
    160           </para>
     131          <para>is the Redland RDF processor utility.</para>
    161132          <indexterm zone="redland rdfproc">
    162133            <primary sortas="b-rdfproc">rdfproc</primary>
     
    168139        <term><command>redland-config</command></term>
    169140        <listitem>
    170           <para>
    171             is a script to get information about the installed
    172             version of Redland.
    173           </para>
     141          <para>is a script to get information about the installed version
     142          of Redland.</para>
    174143          <indexterm zone="redland redland-config">
    175144            <primary sortas="b-redland-config">redland-config</primary>
     
    181150        <term><command>redland-db-upgrade</command></term>
    182151        <listitem>
    183           <para>
    184             upgrades older Redland databases to 0.9.12 format.
    185           </para>
     152          <para>upgrades older Redland databases to 0.9.12 format.</para>
    186153          <indexterm zone="redland redland-db-upgrade">
    187154            <primary sortas="b-redland-db-upgrade">redland-db-upgrade</primary>
Note: See TracChangeset for help on using the changeset viewer.