Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libsigc++.xml

    r88fdf09 rfed88eef  
    77  <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    88  <!ENTITY libsigc-download-ftp  "&gnome-download-ftp;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    9   <!ENTITY libsigc-md5sum        "9e1e9a9796987cbbbc6563c732c723d1">
     9  <!ENTITY libsigc-md5sum        "34fdf5910c32763e5fbe61ac2a37cec2">
    1010  <!ENTITY libsigc-size          "4.6 MB">
    11   <!ENTITY libsigc-buildsize     "25 MB (with tests)">
     11  <!ENTITY libsigc-buildsize     "39 MB (with tests)">
    1212  <!ENTITY libsigc-time          "0.2 SBU (with tests)">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9394    <title>Installation of libsigc++</title>
    9495
     96<!--
     97    <para>
     98      First, fix the documentation directory name:
     99    </para>
     100
     101<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-&libsigc-version;/' -i docs/Makefile.in</userinput></screen>
     102-->
     103
    95104    <para>
    96105      Install <application>libsigc++</application> by running the following
     
    101110cd    bld &amp;&amp;
    102111
    103 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     112meson --prefix=/usr .. &amp;&amp;
    104113ninja</userinput></screen>
    105114
    106115    <para>
    107       <!--To test the results, issue: <command>ninja test</command>.-->
    108       This package does not come with a test suite.
     116      To test the results, issue: <command>ninja test</command>.
    109117    </para>
    110118
     
    159167        <listitem>
    160168          <para>
    161             contains the <application>libsigc++</application> API functions
     169            contains the <application>libsigc++</application> API functions.
    162170          </para>
    163171          <indexterm zone="libsigc libsigc-2">
Note: See TracChangeset for help on using the changeset viewer.