Ignore:
Timestamp:
11/28/2017 03:17:06 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
ad7d495
Parents:
72772afe
Message:

Add libuv-1.17.0. Required by cmake-3.10.0.
Update to cmake-3.10.0.
Update to gmime3-3.0.4.
Update to btrfs-progs-4.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r72772afe r6eb166fa  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "084b1c8b2efc1c1ba432dea37243c0ae">
    10   <!ENTITY cmake-size          "7.4 MB">
    11   <!ENTITY cmake-buildsize     "316 MB (add 363 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (add 2.5 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "f3f8e70ca3055f3cd288f89ff233057e">
     10  <!ENTITY cmake-size          "7.5 MB">
     11  <!ENTITY cmake-buildsize     "332 MB (add 380 MB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 2.6 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    7878
     79    <bridgehead renderas="sect4">Required</bridgehead>
     80    <para role="required">
     81      <xref linkend="libuv"/>
     82    </para>
     83
    7984    <bridgehead renderas="sect4">Recommended</bridgehead>
    8085    <para role="recommended">
     
    8691    <para role="optional">
    8792      <xref linkend="qt5"/> (for the Qt-based GUI),
    88       <xref linkend="subversion"/> (for testing),
    89       <ulink url="https://github.com/libuv/libuv/releases">libuv</ulink>, and
     93      <xref linkend="subversion"/> (for testing), and
    9094      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    9195      (for building documents)
     
    105109    </para>
    106110
    107 <screen><userinput>sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt     &amp;&amp;
    108 sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &amp;&amp;
     111<screen><userinput>sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &amp;&amp;
    109112
    110113./bootstrap --prefix=/usr        \
     
    144147  <sect2 role="commands">
    145148    <title>Command Explanations</title>
    146 
    147     <para>
    148       <command>sed ... CMakeLists.txt</command>: This command
    149       disables the attempt to use the external libuv library.
    150     </para>
    151149
    152150    <para>
Note: See TracChangeset for help on using the changeset viewer.