Changeset 8bd11de for general/genlib


Ignore:
Timestamp:
07/27/2004 08:04:39 PM (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:
93dda11b
Parents:
511fd69c
Message:

Added pkgconfig as an optional dependency of libxml2 and libxslt

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r511fd69c r8bd11de  
    1010<!ENTITY libxml2-buildsize "71 MB">
    1111<!ENTITY libxml2-time "1.10 SBU">
    12 
    1312]>
    1413
     
    3938<sect3><title><application>libxml2</application> dependencies</title>
    4039<sect4><title>Optional</title>
    41 <para><xref linkend="Python"/></para></sect4>
     40<para><xref linkend="pkgconfig"/> and <xref linkend="Python"/></para></sect4>
    4241</sect3>
    4342
  • general/genlib/libxslt.xml

    r511fd69c r8bd11de  
    1010<!ENTITY libxslt-buildsize "37 MB">
    1111<!ENTITY libxslt-time "0.42 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>libxslt</application></title>
    21                                                                              
     20
    2221<para>The <application>libxslt</application> package contains
    2322<acronym>XSLT</acronym> libraries. These are useful
    2423for extending <filename>libxml2</filename> libraries to support
    2524<acronym>XSLT</acronym> files.</para>
    26                                                                              
     25
    2726<sect3><title>Package information</title>
    2827<itemizedlist spacing='compact'>
     
    3736&libxslt-time;</para></listitem></itemizedlist>
    3837</sect3>
    39                                                                              
     38
    4039<sect3><title><application>libxslt</application> dependencies</title>
    4140<sect4><title>Required</title>
     
    4342<sect4><title>Optional</title>
    4443<para>
    45 <xref linkend="Python"/> and
     44<xref linkend="pkgconfig"/>, <xref linkend="Python"/> and
    4645<ulink url="http://www.gnupg.org/">libgcrypt</ulink>
    4746</para></sect4>
    4847</sect3>
    49                                                                              
     48
    5049</sect2>
    5150
    5251<sect2>
    5352<title>Installation of <application>libxslt</application></title>
    54                                                                              
    55 <para>Install <application>libxslt</application> by running the following commands:</para>
    56                                                                              
     53
     54<para>Install <application>libxslt</application> by running the following
     55commands:</para>
     56
    5757<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5858make &amp;&amp;
    5959make install</command></userinput></screen>
    60                                                                              
     60
    6161</sect2>
    6262
    6363<sect2>
    6464<title>Contents</title>
    65                                                                              
     65
    6666<para>The <application>libxslt</application> package contains <filename>
    6767libxslt</filename> libraries, <filename>libexslt</filename> libraries,
    6868<command>xsltproc</command> and <command>xslt-config</command>.</para>
    69                                                                              
     69
    7070</sect2>
    71                                                                              
     71
    7272<sect2><title>Description</title>
    73                                                                              
     73
    7474<sect3><title>libxslt libraries</title>
    7575<para><filename>libxslt</filename> libraries provide extensions to the
    7676<filename>libxml2</filename> libraries to parse files that use the
    7777<acronym>XSLT</acronym> format.</para></sect3>
    78                                                                              
     78
    7979<sect3><title>xsltproc</title>
    8080<para><command>xsltproc</command> is used to apply
    8181<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
    8282documents.</para></sect3>
    83                                                                              
    84                                                                              
     83
    8584</sect2>
    8685
Note: See TracChangeset for help on using the changeset viewer.