Changeset 81bd261 for general/prog


Ignore:
Timestamp:
08/23/2014 05:08:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
26ca459b
Parents:
cf55ff2
Message:

More checks. Fix w3m image loading capabilities.

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

Location:
general/prog
Files:
2 edited

Legend:

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

    rcf55ff2 r81bd261  
    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
  • general/prog/valgrind.xml

    rcf55ff2 r81bd261  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    100100    commands:</para>
    101101
    102 <screen><userinput>sed -i 's|2.18|2.19|'      configure        &amp;&amp;
     102<screen><userinput>sed -i 's|2.18|2.20|'      configure        &amp;&amp;
    103103sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    104104
     
    131131
    132132    <para>
    133       <command>sed s|2.18|2.19| ... </command>: This sed allows the program to build
    134       with glibc-2.19.
     133      <command>sed s|2.18|2.20| ... </command>: This sed allows the program to build
     134      with glibc-2.20.
    135135    </para>
    136136
Note: See TracChangeset for help on using the changeset viewer.