Changeset f4f5d67f for general/genlib


Ignore:
Timestamp:
08/01/2004 05:12:42 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:
12e59df1
Parents:
92baa4d
Message:

Added pkgconfig as an optional dependency of libxml and Imlib; added configuration file information to Imlib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml.xml

    r92baa4d rf4f5d67f  
    1010<!ENTITY libxml-buildsize "11 MB">
    1111<!ENTITY libxml-time "0.41 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>libxml</application></title>
    21                                                                                
     20
    2221<para>The <application>libxml</application> package contains the libxml
    2322libraries. These are useful for parsing <acronym>XML</acronym> files.</para>
    24                                                                                
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3534&libxml-time;</para></listitem></itemizedlist>
    3635</sect3>
    37                                                                                
     36
     37<sect3><title><application>libxml</application> dependencies</title>
     38<sect4><title>Optional</title>
     39<para><xref linkend="pkgconfig"/></para></sect4>
     40</sect3>
     41
    3842</sect2>
    3943
    4044<sect2>
    4145<title>Installation of <application>libxml</application></title>
    42                                                                                
     46
    4347<para>Install <application>libxml</application> by running the following
    4448commands:</para>
    45                                                                                
     49
    4650<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4751make &amp;&amp;
    4852make install</command></userinput></screen>
    49                                                                                
     53
    5054</sect2>
    5155
    5256<sect2>
    5357<title>Contents</title>
    54                                                                                
     58
    5559<para>The <application>libxml</application> package contains
    5660<filename>libxml</filename> libraries, <command>xmllint</command> and
    5761<command>xmlcatalog</command>.</para>
    58                                                                                
     62
    5963</sect2>
    60                                                                                
     64
    6165<sect2><title>Description</title>
    62                                                                                
     66
    6367<sect3><title>libxml libraries</title>
    6468<para><filename>libxml</filename> libraries provide the functions for programs
    6569to parse files that use the <acronym>XML</acronym> format.</para></sect3>
    66                                                                                
     70
    6771</sect2>
    6872
Note: See TracChangeset for help on using the changeset viewer.