Ignore:
Timestamp:
08/23/2014 05:08:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8210d19
Parents:
f4edf7c
Message:

More checks. Fix w3m image loading capabilities.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14011 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake-systemd.xml

    rf4edf7c r51a0e43  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9999    <title>Installation of CMake</title>
    100100
    101     <!-- <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 
    108101    <para>
    109102      Install <application>CMake</application> by running the following
     
    114107            --system-libs       \
    115108            --mandir=/share/man \
    116             --docdir=/share/doc/cmake-&cmake-version;   &amp;&amp;
     109            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117110make</userinput></screen>
    118111
    119112    <para>
    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 together:
    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 separated by
    128       spaces names or numbers as options. Option --help can be used to
    129       show all options.
     113      To test the results, issue: <command>bin/ctest</command>.
    130114    </para>
    131115
Note: See TracChangeset for help on using the changeset viewer.