Changeset 82bc335 for general/sysutils


Ignore:
Timestamp:
07/24/2004 07:00: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:
c82e999
Parents:
446bd7c
Message:

Clarified 'Command explanations' section of libtiff

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pkgconfig.xml

    r446bd7c r82bc335  
    1010<!ENTITY pkgconfig-buildsize "5.2 MB">
    1111<!ENTITY pkgconfig-time "0.22 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>pkgconfig</application></title>
    21                                                                                
     20
    2221<para>The <application>pkgconfig</application> package contains
    2322tools for passing the include path and/or library paths to build tools during
    24 the make file execution.</para>
    25                                                                                
     23the <command>make</command> file execution.</para>
     24
    2625<sect3><title>Package information</title>
    2726<itemizedlist spacing='compact'>
     
    3231<listitem><para>Estimated build time: &pkgconfig-time;</para></listitem></itemizedlist>
    3332</sect3>
    34                                                                                
    35                                                                                
     33
    3634</sect2>
    3735
    3836<sect2>
    3937<title>Installation of <application>pkgconfig</application></title>
    40                                                                                
    41 <para>Install <application>pkgconfig</application> by running the following commands:</para>
    42                                                                                
     38
     39<para>Install <application>pkgconfig</application> by running the following
     40commands:</para>
     41
    4342<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4443make &amp;&amp;
    4544make install</command></userinput></screen>
    46                                                                                
     45
    4746</sect2>
    4847
    4948<sect2>
    5049<title>Configuring <application>pkgconfig</application></title>
    51                                                                                
     50
    5251<para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
    5352<filename>/usr/lib/pkgconfig</filename> because of the prefix we use to
    5453install pkgconfig.  You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
    55 additional paths on your system where pkgconfig files are installed. Note
    56 that <envar>PKG_CONFIG_PATH</envar> is only needed when compiling packages,
    57 not during run-time.</para>
    58                                                                                
     54additional paths on your system where <application>pkgconfig</application>
     55files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed
     56when compiling packages, not during run-time.</para>
     57
    5958</sect2>
    6059
    6160<sect2>
    6261<title>Contents</title>
    63                                                                                
     62
    6463<para>The <application>pkgconfig</application> package contains
    6564<command>pkg-config</command>.</para>
    66                                                                                
     65
    6766</sect2>
    68                                                                                
     67
    6968<sect2><title>Description</title>
    70                                                                                
     69
    7170<sect3><title>pkg-config</title>
    72 <para><command>pkg-config</command> is a function that returns meta information for the
    73 specified library.</para></sect3>
    74                                                                                
     71<para><command>pkg-config</command> is a function that returns meta information
     72for the specified library.</para></sect3>
     73
    7574</sect2>
    7675
Note: See TracChangeset for help on using the changeset viewer.