Changeset 20c731a for general


Ignore:
Timestamp:
04/15/2017 01:13:42 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
03c15f8
Parents:
779b0ea3
Message:

Update to LVM2-2.2.02.170.
Update to cmake-3.8.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r779b0ea3 r20c731a  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "79bd7e65cd81ea3aa2619484ad6ff25a">
    10   <!ENTITY cmake-size          "7.0 MB">
    11   <!ENTITY cmake-buildsize     "293 MB (add 341 MB for tests)">
    12   <!ENTITY cmake-time          "2.6 SBU (add 8.2 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "f28cba717ba38ad82a488daed8f45b5b">
     10  <!ENTITY cmake-size          "7.2 MB">
     11  <!ENTITY cmake-buildsize     "316 MB (add 334 MB for tests)">
     12  <!ENTITY cmake-time          "3.5 SBU (add 8.6 SBU for tests)">
    1313]>
    1414
     
    9999  <sect2 role="installation">
    100100    <title>Installation of CMake</title>
    101 <!--
    102     <para>
    103        If <application>Qt4</application> and <application>Qt5</application> are
    104        installed in <filename class="directory">/opt</filename>, use
    105        <command>source setqt4</command> or <command>source setqt5</command> to
    106        choose which one will be used to build the Qt-based GUI.
    107     </para>
    108 -->
     101
    109102    <para>
    110103      Install <application>CMake</application> by running the following
     
    115108sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake &amp;&amp;
    116109
    117 ./bootstrap --prefix=/usr       \
    118             --system-libs       \
    119             --mandir=/share/man \
    120             --no-system-jsoncpp \
     110./bootstrap --prefix=/usr        \
     111            --system-libs        \
     112            --mandir=/share/man  \
     113            --no-system-jsoncpp  \
     114            --no-system-librhash \
    121115            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    122116make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.