Changeset dc133d43


Ignore:
Timestamp:
03/19/2023 12:20:48 PM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
992c9e7
Parents:
e4d0419f (diff), 0023106 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Location:
introduction
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    re4d0419f rdc133d43  
    453453        <para><emphasis>Required</emphasis> means that the target package
    454454        cannot be correctly built without the dependency having first been
    455         installed.</para>
     455        installed, except if the dependency is said to be
     456        <quote>runtime</quote>, which means the target package can be built but
     457        cannot function without it.</para>
    456458      </listitem>
    457459      <listitem>
    458460        <para><emphasis>Recommended</emphasis> means that BLFS strongly
    459         suggests this package is installed first for a clean and trouble-free
     461        suggests this package is installed first (except if said to be
     462        <quote>runtime</quote>, see below) for a clean and trouble-free
    460463        build, that won't have issues either during the build process, or at
    461464        run-time.  The instructions in the book assume these packages are
    462465        installed.  Some changes or workarounds may be required if these
    463         packages are not installed.</para>
     466        packages are not installed. If a recommended dependency is said
     467        to be <quote>runtime</quote>, it means that BLFS strongly suggests
     468        that this dependency is installed before using the package, for
     469        getting full funtionality.</para>
    464470      </listitem>
    465471      <listitem>
  • introduction/welcome/conventions.xml

    re4d0419f rdc133d43  
    103103    build the package.  Packages in LFS, and the required
    104104    dependencies of these required packages, are omitted from this list.
    105     Always remember to check for nested dependencies.</para>
     105    Always remember to check for nested dependencies. If a dependency is
     106    said to be <quote>runtime</quote>, then it is not needed for building
     107    the package, but only to use it after installation.</para>
    106108
    107109    <bridgehead renderas="sect3">Recommended Dependencies</bridgehead>
    108110
    109111    <para>These are dependencies the BLFS editors have determined
    110     are important to give the package reasonable capabilities.  Package
    111     installation instructions assume they are installed.  If a recommended
    112     package is not installed, the instructions may require modification, to
    113     accommodate the missing package.</para>
     112    are important to give the package reasonable capabilities.  If a
     113    recommended dependency is not said to be <quote>runtime</quote>, package
     114    installation instructions assume it is installed.  If it
     115    is not installed, the instructions may require modification, to
     116    accommodate the missing package. A recommended <quote>runtime</quote>
     117    dependency does not need to be installed before building the package, but
     118    must be built afterwards for running the package with reasonable
     119    capabilities.</para>
    114120
    115121    <bridgehead renderas="sect3">Optional Dependencies</bridgehead>
     
    119125    additional steps not presented by BLFS may be necessary.  Optional dependencies are
    120126    sometimes listed without explicit BLFS instructions.  In this case you must
    121     determine how to perform the installation yourself. </para>
     127    determine how to perform the installation yourself.</para>
    122128
    123129    <para>&nbsp;</para> <!-- add extra white space to improve readability -->
Note: See TracChangeset for help on using the changeset viewer.