mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added chmod command to libmng instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2883 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
25cd223a51
commit
2b76dc44b2
@ -9,7 +9,6 @@
|
||||
<!ENTITY libmng-size "498 KB">
|
||||
<!ENTITY libmng-buildsize "13.7 MB">
|
||||
<!ENTITY libmng-time "0.41 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="libmng" xreflabel="libmng-&libmng-version;">
|
||||
@ -22,12 +21,12 @@
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libmng</application></title>
|
||||
|
||||
|
||||
<para>The <application>libmng</application> libraries are used by programs
|
||||
wanting to read and write Multiple-image Network Graphics (<acronym>MNG</acronym>)
|
||||
files which are the animation
|
||||
wanting to read and write Multiple-image Network Graphics
|
||||
(<acronym>MNG</acronym>) files which are the animation
|
||||
equivalents to <acronym>PNG</acronym> files.</para>
|
||||
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
@ -40,58 +39,58 @@ url="&libmng-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libmng-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
|
||||
<sect3><title><application>libmng</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libjpeg"/> and <xref linkend="lcms"/></para></sect4>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>libmng</application></title>
|
||||
|
||||
|
||||
<para>Install <application>libmng</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>sh autogen.sh &&
|
||||
|
||||
<screen><userinput><command>chmod 755 autogen.sh &&
|
||||
sh autogen.sh &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
cp doc/man/*.3 /usr/share/man/man3 &&
|
||||
cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
|
||||
<para><command>sh autogen.sh</command>: This package does not ship
|
||||
with the configure script. The autotool files need to be generated
|
||||
with a configure script. The autotool files need to be generated
|
||||
before configuring the package.</para>
|
||||
|
||||
|
||||
<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
|
||||
install procedure doesn't properly install the man pages so we do it
|
||||
install procedure doesn't install the man pages so they are copied
|
||||
manually.</para>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>libmng</application> package contains <filename>libmng
|
||||
</filename> libraries.</para>
|
||||
|
||||
|
||||
<para>The <application>libmng</application> package contains
|
||||
<filename>libmng</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
|
||||
<sect3><title>MNG libraries</title>
|
||||
<para><filename>libmng</filename> provides functions for programs wishing to
|
||||
read and write <acronym>MNG</acronym> files which are animation files without
|
||||
the patent problems associated with certain other formats.</para></sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>October 29th, 2004 [randy]: Added chmod command to
|
||||
libmng instructions.</para></listitem>
|
||||
|
||||
<listitem><para>October 29th, 2004 [larry]: Updated to
|
||||
xine-lib-1-rc6a.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user