Ignore:
Timestamp:
11/16/2016 07:58:24 PM (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.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:
1ae4746
Parents:
a4b8b2a7
Message:

Update to mesa-13.0.1.
Update to poppler-0.49.0.
Update to libgpg-error-1.25.
Update to cmake-3.7.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    ra4b8b2a7 rf1ab71d  
    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        "139d7affdd4e8ab1edfc9f4322d69e43">
    10   <!ENTITY cmake-size          "6.6 MB">
    11   <!ENTITY cmake-buildsize     "335 MB (357 MB with tests and cmake-gui)">
    12   <!ENTITY cmake-time          "2.8 SBU (10.3 SBU with tests and cmake-gui)">
     9  <!ENTITY cmake-md5sum        "3801dc4e54c1c957a7378d8b0d4254ba">
     10  <!ENTITY cmake-size          "7.0 MB">
     11  <!ENTITY cmake-buildsize     "293 MB (646 MB with tests and cmake-gui)">
     12  <!ENTITY cmake-time          "2.6 SBU (10.8 SBU with tests and cmake-gui)">
    1313]>
    1414
     
    8686    <para role="optional">
    8787      <xref linkend="qt5"/> (for the Qt-based GUI),
    88       <xref linkend="subversion"/> (for testing), and
     88      <xref linkend="subversion"/> (for testing),
     89      <ulink url="https://github.com/libuv/libuv/releases">libuv</ulink>, and
    8990      <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    9091      (for building documents)
     
    111112    </para>
    112113
    113 <screen><userinput>./bootstrap --prefix=/usr       \
     114<screen><userinput>sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt &amp;&amp;
     115
     116./bootstrap --prefix=/usr       \
    114117            --system-libs       \
    115118            --mandir=/share/man \
     
    146149  <sect2 role="commands">
    147150    <title>Command Explanations</title>
     151
     152    <para>
     153      <command>sed ... CMakeLists.txt</command>: This command
     154      disables the attemt to us the external libuv library.
     155    </para>
    148156
    149157    <para>
Note: See TracChangeset for help on using the changeset viewer.