Ignore:
Timestamp:
12/29/2005 01:24:51 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
5254d12
Parents:
17be8c3
Message:

Changes to the Introduction section; standardized the file structure layout, standardized the id tags (except bootscripts) and some minor textual modifications

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/unpacking.xml

    r17be8c3 r4afc2603  
    66]>
    77
    8 <sect1 id="intro-important-unpacking">
     8<sect1 id="unpacking">
    99  <?dbhtml filename="unpacking.html"?>
    1010
     
    1616  <title>Notes on Building Software</title>
    1717
    18   <para>Those people who have built an LFS system will be aware
     18  <para>Those people who have built an LFS system may be aware
    1919  of the general principles of downloading and unpacking software.  We will
    2020  however repeat some of that information here for those new to building
     
    3434  <para>We can not emphasize strongly enough that you should start from a
    3535  <emphasis>clean source tree</emphasis> each time. This means that if
    36   you have had an error, it's usually best to delete the source tree and
     36  you have had an error during configuration or compilation, it's usually
     37  best to delete the source tree and
    3738  re-unpack it <emphasis>before</emphasis> trying again. This obviously
    3839  doesn't apply if you're an advanced user used to hacking
     
    143144    <itemizedlist>
    144145      <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>
     146        <para><emphasis>Required</emphasis> means that the target package
     147        cannot be correctly built without the dependency having first been
     148        installed.</para>
    148149      </listitem>
    149150      <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>
     151        <para><emphasis>Recommended</emphasis> means that BLFS strongly
     152        suggests this package is installed first for a clean and trouble-free
     153        build, that won't have issues either during the build process, or at
     154        run-time.</para>
    153155      </listitem>
    154156      <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>
     157        <para><emphasis>Optional</emphasis> means that this package might be
     158        installed for added functionality. Often BLFS will describe the
     159        dependency to explain the added functionality that will result.</para>
    158160      </listitem>
    159161    </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.