The libmng libraries are used by programs wanting to read and write Multiple-image Network Graphics (MNG) files which are the animation equivalents to PNG files.
Download (HTTP): http://prdownloads.sourceforge.net/libmng/libmng-1.0.8.tar.gz
Download MD5 sum: d688ca879c934e9cde8b323cf3025f89
Download size: 498 KB
Estimated disk space required: 13.7 MB
Estimated build time: 0.41 SBU
libjpeg-6b and lcms-1.14
Install libmng by running the following commands:
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
sh autogen.sh: This package does not ship with a configure script. The autotool files need to be generated before configuring the package.
cp doc/man/*.X /usr/share/man/manX: The install procedure doesn't install the man pages so they are copied manually.
The libmng package contains libmng libraries.
Last updated on 2005-02-07 14:16:21 -0700