Changeset aa96cbbc


Ignore:
Timestamp:
04/04/2005 05:41:51 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a819181
Parents:
c507fdb3
Message:

Updated build entities and added indexing tags to the PCRE instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    rc507fdb3 raa96cbbc  
    88<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    99<!ENTITY pcre-md5 "813850808894d99fb5b1c41ec6335d4f">
    10 <!ENTITY pcre-size "460 KB">
    11 <!ENTITY pcre-buildsize "3.5 MB">
    12 <!ENTITY pcre-time "0.08 SBU">
     10<!ENTITY pcre-size "465 KB">
     11<!ENTITY pcre-buildsize "5.3 MB">
     12<!ENTITY pcre-time "0.11 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="pcre.html"?>
    2121<title>PCRE-&pcre-version;</title>
     22<indexterm zone="pcre">
     23<primary sortas="a-PCRE">PCRE</primary></indexterm>
    2224
    2325<sect2>
    24 <title>Introduction to <application><acronym>PCRE</acronym></application></title>
     26<title>Introduction to
     27<application><acronym>PCRE</acronym></application></title>
    2528
    2629<para>The <application><acronym>PCRE</acronym></application> package contains
     
    4649
    4750<sect2>
    48 <title>Installation of <application><acronym>PCRE</acronym></application></title>
     51<title>Installation of
     52<application><acronym>PCRE</acronym></application></title>
    4953
    5054<para>Install <application><acronym>PCRE</acronym></application> by running
     
    5256
    5357<screen><userinput><command>./configure --prefix=/usr --enable-utf8 &amp;&amp;
    54 make &amp;&amp;
    55 make install</command></userinput></screen>
     58make</command></userinput></screen>
     59
     60<para>Now, as the root user:</para>
     61
     62<screen><userinput role='root'><command>make install</command></userinput></screen>
    5663
    5764<para>If you reinstall <application>grep</application> after installing
     
    6370<filename>libpcre</filename> to <filename>/lib</filename> as follows.</para>
    6471
    65 <screen><userinput><command>mv /usr/lib/libpcre.so.* /lib/ &amp;&amp;
    66 ln -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</command></userinput></screen>
     72<screen><userinput><command>mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
     73ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</command></userinput></screen>
    6774
    6875</sect2>
     
    7986<title>Contents</title>
    8087
    81 <para>The <application><acronym>PCRE</acronym></application> package contains
    82 the <filename class='libraryfile'>libpcre</filename> libraries,
    83 <command>pcregrep</command>, <command>pcretest</command> and
    84 <command>pcre-config</command>.</para>
     88<segmentedlist>
     89<segtitle>Installed Programs</segtitle>
     90<segtitle>Installed Libraries</segtitle>
     91<segtitle>Installed Directories</segtitle>
    8592
    86 </sect2>
     93<seglistitem>
     94<seg>pcregrep, pcretest and pcre-config</seg>
     95<seg>libpcre.[so,a] and libpcreposix.[so,a]</seg>
     96<seg>None</seg>
     97</seglistitem>
     98</segmentedlist>
    8799
    88 <sect2><title>Description</title>
     100<variablelist>
     101<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     102<?dbfo list-presentation="list"?>
    89103
    90 <sect3><title>pcregrep</title>
    91 <para><command>pcregrep</command> is a <command>grep</command> that understands
    92 <application>Perl</application> compatible regular expressions.</para></sect3>
     104<varlistentry id="pcregrep">
     105<term><command>pcregrep</command></term>
     106<listitem><para>is a <command>grep</command> that understands
     107<application>Perl</application> compatible regular expressions.</para>
     108<indexterm zone="pcre pcregrep">
     109<primary sortas="b-pcregrep">pcregrep</primary>
     110</indexterm></listitem>
     111</varlistentry>
    93112
    94 <sect3><title>pcretest</title>
    95 <para><command>pcretest</command> can test your
    96 <application>Perl</application> compatible regular expression.</para></sect3>
     113<varlistentry id="pcretest">
     114<term><command>pcretest</command></term>
     115<listitem><para>can test a <application>Perl</application> compatible
     116regular expression.</para>
     117<indexterm zone="pcre pcretest">
     118<primary sortas="b-pcretest">pcretest</primary>
     119</indexterm></listitem>
     120</varlistentry>
    97121
    98 <sect3><title>pcre-config</title>
    99 <para><command>pcre-config</command> is used during the compile process of
    100 programs linking to this library.</para></sect3>
     122<varlistentry id="pcre-config">
     123<term><command>pcre-config</command></term>
     124<listitem><para>is used during the compile process of programs linking to
     125the <application>PCRE</application> libraries.</para>
     126<indexterm zone="pcre pcre-config">
     127<primary sortas="b-pcre-config">pcre-config</primary>
     128</indexterm></listitem>
     129</varlistentry>
     130</variablelist>
    101131
    102132</sect2>
Note: See TracChangeset for help on using the changeset viewer.