Changeset 7245ba2


Ignore:
Timestamp:
08/29/2005 07:47:34 AM (19 years ago)
Author:
Richard Downing <richard@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
4b69cf79
Parents:
a660464
Message:

added definition of dependency terms

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra660464 r7245ba2  
    1 <!ENTITY day          "28">
     1<!ENTITY day          "29">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
  • introduction/important/unpacking.xml

    ra660464 r7245ba2  
    134134
    135135  </sect2>
     136 
     137  <sect2>
     138    <title>Dependencies</title>
     139   
     140    <para>For each package described, BLFS lists the known dependencies.
     141    These are listed under several headings, whose meaning is as follows:</para>
     142   
     143    <itemizedlist>
     144      <listitem>
     145        <para><emphasis>Required</emphasis> means
     146            that the target package cannot be correctly built without
     147            the dependency having first been installed.</para>
     148      </listitem>
     149      <listitem>
     150        <para><emphasis>Recommended</emphasis> means that BLFS strongly suggests this package is
     151           installed first for a clean and trouble-free build, that won't have
     152           issues either during the build process, or at run-time.</para>
     153      </listitem>
     154      <listitem>
     155        <para><emphasis>Optional</emphasis> means that this package might be installed for added
     156           functionality.  Often BLFS will qualify the dependency to explain the
     157           added functionality that will result.</para>
     158      </listitem>
     159    </itemizedlist>
     160 
     161  </sect2>
    136162
    137163</sect1>
  • introduction/welcome/changelog.xml

    ra660464 r7245ba2  
    4141
    4242-->
     43    <listitem>
     44      <para>August 29th, 2005</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[richard] - Added definition of dependency terms
     48           to Notes on Building Software.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.