Changeset 864b06f4


Ignore:
Timestamp:
06/20/2004 02:30:19 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
cc72573
Parents:
69980ed3
Message:

added HTML download location to PCRE-4.5

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r69980ed3 r864b06f4  
    55  %general-entities;
    66
    7 <!ENTITY pcre-download-http " ">
     7<!ENTITY pcre-download-http "http://www.newlisp.org/download/Tools/pcre-&pcre-version;.tar.gz">
    88<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    99<!ENTITY pcre-size "344 KB">
     
    4343<title>Installation of <application><acronym>PCRE</acronym></application></title>
    4444                                                                               
    45 <para>Install <application><acronym>PCRE</acronym></application> by running the following commands:</para>
     45<para>Install <application><acronym>PCRE</acronym></application> by running
     46the following commands:</para>
    4647                                                                               
    4748<screen><userinput><command>./configure --prefix=/usr --enable-utf8 &amp;&amp;
     
    4950make install</command></userinput></screen>
    5051                                                                               
    51 <para>If you reinstall <application>grep</application> after installing <application>pcre</application>,
    52 <application>grep</application> will get linked against <application>pcre</application> and
    53 may cause problems if <filename>/usr</filename> is a separate mount point. To avoid this,
    54 either pass the option <emphasis>--disable-perl-regexp</emphasis> when executing <command>./configure</command>
    55 for <application>grep</application> or move <filename>libpcre</filename> to <filename>/lib</filename>
    56 as follows.</para>
     52<para>If you reinstall <application>grep</application> after installing
     53<application>pcre</application>, <application>grep</application> will get
     54linked against <application>pcre</application> and may cause problems if
     55<filename>/usr</filename> is a separate mount point. To avoid this, either
     56pass the option <emphasis>--disable-perl-regexp</emphasis> when executing
     57<command>./configure</command> for <application>grep</application> or move
     58<filename>libpcre</filename> to <filename>/lib</filename> as follows.</para>
    5759                                                                               
    5860<screen><userinput><command>mv /usr/lib/libpcre.so.* /lib/ &amp;&amp;
     
    6365<title>Command explanations</title>
    6466                                                                               
    65 <para><parameter>--enable-utf8</parameter>: This switch includes the
    66 code for handling <acronym>UTF</acronym>-8 character strings in the
    67 library.</para>
     67<para><parameter>--enable-utf8</parameter>: This switch includes the code for
     68handling <acronym>UTF</acronym>-8 character strings in the library.</para>
    6869                                                                               
    6970</sect2>
  • introduction/welcome/changelog.xml

    r69980ed3 r864b06f4  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 19th, 2004 [randy]: Added HTML download location to
     22PCRE-4.5.</para></listitem>
    2023
    2124<listitem><para>June 19th, 2004 [randy]: Updated to ImageMagick-6.0.2-7.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.