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
This commit is contained in:
Randy McMurchy 2005-12-26 01:15:21 +00:00
parent 359ff56d99
commit a7e8a93b32

View File

@ -5,11 +5,11 @@
%general-entities;
<!ENTITY libmng-download-http "http://prdownloads.sourceforge.net/libmng/libmng-&libmng-version;.tar.gz">
<!ENTITY libmng-download-ftp " ">
<!ENTITY libmng-md5sum "ff1205ef70855a75c098ea09690413c6">
<!ENTITY libmng-size "554 KB">
<!ENTITY libmng-buildsize "7.1 MB">
<!ENTITY libmng-time "0.11 SBU">
<!ENTITY libmng-download-ftp " ">
<!ENTITY libmng-md5sum "ff1205ef70855a75c098ea09690413c6">
<!ENTITY libmng-size "554 KB">
<!ENTITY libmng-buildsize "7.1 MB">
<!ENTITY libmng-time "0.1 SBU">
]>
<sect1 id="libmng" xreflabel="libmng-&libmng-version;">
@ -24,14 +24,14 @@
</keywordset>
</sect1info>
<title>Libmng-&libmng-version;</title>
<title>libmng-&libmng-version;</title>
<indexterm zone="libmng">
<primary sortas="a-Libmng">Libmng</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Libmng</title>
<title>Introduction to libmng</title>
<para>The <application>libmng</application> libraries are used by
programs wanting to read and write Multiple-image Network Graphics
@ -59,15 +59,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Libmng Dependencies</bridgehead>
<bridgehead renderas="sect3">libmng Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para>
<para role="required"><xref linkend="libjpeg"/> and
<xref linkend="lcms"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Libmng</title>
<title>Installation of libmng</title>
<para>Install <application>libmng</application> by running the following
commands:</para>
@ -75,6 +76,8 @@
<screen><userinput>cp makefiles/makefile.linux Makefile &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make prefix=/usr install &amp;&amp;