Ignore:
Timestamp:
06/11/2014 12:03:28 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
088576d6
Parents:
3e072580
Message:

xscreensaver-5.29
goffice-0.10.17
gnumeric-1.12.17
cmake-3.0.0
Remove all explicit eudev version references from Udev Extras.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r3e072580 r369d7767  
    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        "17c6513483d23590cbce6957ec6d1e66">
    10   <!ENTITY cmake-size          "5.8 MB">
    11   <!ENTITY cmake-buildsize     "222 MB (additional 175 MB for tests)">
    12   <!ENTITY cmake-time          "1.5 SBU (additional 3.5 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "21a1c85e1a3b803c4b48e7ff915a863e">
     10  <!ENTITY cmake-size          "5.3 MB">
     11  <!ENTITY cmake-buildsize     "236 MB (additional 199 MB for tests)">
     12  <!ENTITY cmake-time          "1.6 SBU (additional 4.4 SBU for tests)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/cmake-&cmake-version;-freetype-1.patch"/>
    83         </para>
    84       </listitem>
    85     </itemizedlist>
    86 
    8777    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    8878
     
    9585    <bridgehead renderas="sect4">Optional</bridgehead>
    9686    <para role="optional">
    97       <xref linkend="subversion"/> (for testing) and
     87      <xref linkend="subversion"/> (for testing),
     88       <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     89       (for building documents), and
    9890      <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI)
    9991    </para>
     
    108100
    109101    <para>
     102       If <application>Qt4</application> and <application>Qt5</application> are
     103       installed in <filename class="directory">/opt</filename>, use
     104       <command>source setqt4</command> or <command>source setqt5</command> to
     105       choose which one will be used to build the Qt-based GUI.
     106    </para>
     107
     108    <para>
    110109      Install <application>CMake</application> by running the following
    111110      commands:
    112111    </para>
    113112
    114 <screen><userinput>patch -Np1 -i ../cmake-&cmake-version;-freetype-1.patch &amp;&amp;
    115 ./bootstrap --prefix=/usr       \
     113<screen><userinput>./bootstrap --prefix=/usr       \
    116114            --system-libs       \
    117115            --mandir=/share/man \
     
    120118
    121119    <para>
    122       To test the results, issue: <command>make -k test</command>. Some
    123       tests may fail for unknown reasons. Other tests depend on the
    124       availability of remote sites, and may fail if those sites are
    125       not available.
     120      To test the results, issue: <command>bin/ctest</command>. If you want to
     121      investigate a problem with a given "problem1-test", use
     122      <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     123      <command>bin/ctest -E "problem1-test"</command>. These options can be
     124      used toghether:
     125      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     126      Option -N can be used to display all available tests, and you can run
     127      <command>bin/ctest</command> for a sub-set of tests by using their name
     128      s or numbers, separated by spaces, as options. Option --help can be used
     129      to show all options.
    126130    </para>
    127131
Note: See TracChangeset for help on using the changeset viewer.