Changeset a7e8a93b


Ignore:
Timestamp:
12/26/2005 01:15:21 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 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:
3a25b4bf
Parents:
359ff56d
Message:

Added a note about the test suite to the libmng instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libmng.xml

    r359ff56d ra7e8a93b  
    66
    77  <!ENTITY libmng-download-http "http://prdownloads.sourceforge.net/libmng/libmng-&libmng-version;.tar.gz">
    8   <!ENTITY libmng-download-ftp " ">
    9   <!ENTITY libmng-md5sum "ff1205ef70855a75c098ea09690413c6">
    10   <!ENTITY libmng-size "554 KB">
    11   <!ENTITY libmng-buildsize "7.1 MB">
    12   <!ENTITY libmng-time "0.11 SBU">
     8  <!ENTITY libmng-download-ftp  " ">
     9  <!ENTITY libmng-md5sum        "ff1205ef70855a75c098ea09690413c6">
     10  <!ENTITY libmng-size          "554 KB">
     11  <!ENTITY libmng-buildsize     "7.1 MB">
     12  <!ENTITY libmng-time          "0.1 SBU">
    1313]>
    1414
     
    2525  </sect1info>
    2626
    27   <title>Libmng-&libmng-version;</title>
     27  <title>libmng-&libmng-version;</title>
    2828
    2929  <indexterm zone="libmng">
     
    3232
    3333  <sect2 role="package">
    34     <title>Introduction to Libmng</title>
     34    <title>Introduction to libmng</title>
    3535
    3636    <para>The <application>libmng</application> libraries are used by
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Libmng Dependencies</bridgehead>
     62    <bridgehead renderas="sect3">libmng Dependencies</bridgehead>
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para>
     65    <para role="required"><xref linkend="libjpeg"/> and
     66    <xref linkend="lcms"/></para>
    6667
    6768  </sect2>
    6869
    6970  <sect2 role="installation">
    70     <title>Installation of Libmng</title>
     71    <title>Installation of libmng</title>
    7172
    7273    <para>Install <application>libmng</application> by running the following
     
    7576<screen><userinput>cp makefiles/makefile.linux Makefile &amp;&amp;
    7677make</userinput></screen>
     78
     79    <para>This package does not come with a test suite.</para>
    7780
    7881    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.