Changeset d89ea78 for general


Ignore:
Timestamp:
02/23/2016 03:23:14 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
92258f2b
Parents:
e5b9e68f
Message:

boost and icu : merge dependency additions and minor text cleanups from systemd branch r17001.

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    re5b9e68f rd89ea78  
    7575    <bridgehead renderas="sect3">Boost Dependencies</bridgehead>
    7676
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended">
     79      <xref linkend="which"/>
     80    </para>
     81
    7782    <bridgehead renderas="sect4">Optional</bridgehead>
    7883    <para role="optional">
     
    111116    <para>
    112117      To run the Boost.Build's regression test (<xref linkend="python2"/>
    113       required), issue <command>pushd tools/build/test; python test_all.py;
     118      is required), issue <command>pushd tools/build/test; python test_all.py;
    114119      popd</command>. One test out of 130 fails.
    115120    </para>
  • general/genlib/icu.xml

    re5b9e68f rd89ea78  
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="llvm"/> (with Clang)
     81      <xref linkend="llvm"/> (with Clang), and
     82      <xref linkend="doxygen"/> (for documentation)
    8283    </para>
    8384
     
    232233        <listitem>
    233234          <para>
    234             compiles word list into ICU string trie dictionary.
     235            compiles word lists into ICU string trie dictionaries.
    235236          </para>
    236237          <indexterm zone="icu gendict">
     
    244245        <listitem>
    245246          <para>
    246             builds binary data file with Unicode normalization data.
     247            builds binary data files with Unicode normalization data.
    247248          </para>
    248249          <indexterm zone="icu gennorm2">
Note: See TracChangeset for help on using the changeset viewer.