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://twtelecom.dl.sourceforge.net/sourceforge/libmng/libmng-1.0.7.tar.gz
Download size: 492 KB
Estimated Disk space required: 13.7 MB
Estimated build time: 0.41 SBU
libjpeg-6b and lcms-1.12
Install libmng by running the following commands:
./autogen.sh &&
./configure --prefix=/usr &&
make &&
make install &&
cp doc/man/*.3 /usr/share/man/man3 &&
cp doc/man/*.5 /usr/share/man/man5
./autogen.sh: This package does not ship with the 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 properly install the man pages so we do it manually.
The libmng package contains libmng libraries.