Changeset c82e999 for general/genlib


Ignore:
Timestamp:
07/24/2004 08:21:58 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:
b40beacc
Parents:
82bc335
Message:

Added pkgconfig as an optional dependency to FreeType2 and Fontconfig; added check-0.8.4 as an optional dependency to expat

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    r82bc335 rc82e999  
    1010<!ENTITY expat-buildsize "3.2 MB">
    1111<!ENTITY expat-time "0.11 SBU">
    12 
    1312]>
    1413
     
    1817
    1918<sect2>
    20 <title>Introduction to expat</title>
    21                                                                                
    22 <para>The expat package contains a stream oriented C library for
    23 parsing XML.</para>
    24                                                                                
     19<title>Introduction to <application>expat</application></title>
     20
     21<para>The <application>expat</application> package contains a stream oriented
     22C library for parsing <acronym>XML</acronym>.</para>
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3029<listitem><para>Estimated Disk space required: &expat-buildsize;</para></listitem>
    3130<listitem><para>Estimated build time: &expat-time;</para></listitem></itemizedlist></sect3>
    32                                                                                
     31
     32<sect3><title><application>expat</application> dependencies</title>
     33<sect4><title>Optional</title>
     34<para><ulink
     35url="http://sourceforge.net/project/showfiles.php?group_id=28255">
     36check-0.8.4</ulink> (for running the <command>make check</command> tests)</para>
     37</sect4></sect3>
     38
    3339</sect2>
    3440
    3541<sect2>
    3642<title>Installation of <application>expat</application></title>
    37                                                                                
    38 <para>Install <application>expat</application> by running the following commands:</para>
    39                                                                                
     43
     44<para>Install <application>expat</application> by running the following
     45commands:</para>
     46
    4047<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4148make &amp;&amp;
    4249make install</command></userinput></screen>
    43                                                                                
     50
    4451</sect2>
    4552
    4653<sect2>
    4754<title>Contents</title>
    48                                                                                
    49 <para>The <application>expat</application> package contains the <filename>libexpat</filename> libraries and
     55
     56<para>The <application>expat</application> package contains the
     57<filename>libexpat</filename> libraries and
    5058<command>xmlwf</command>.</para>
    51                                                                                
     59
    5260</sect2>
    53                                                                                
     61
    5462<sect2><title>Description</title>
    55                                                                                
     63
    5664<sect3><title>xmlwf</title>
    5765<para><command>xmlwf</command> is a non-validating utility to check whether or
    58 not XML documents are well formed.</para></sect3>
    59                                                                                
     66not <acronym>XML</acronym> documents are well formed.</para></sect3>
     67
    6068</sect2>
    6169
Note: See TracChangeset for help on using the changeset viewer.