The giflib package contains libraries for reading and writing GIFs as well as programs for converting and working with GIF files. The libraries are useful for any graphics program wishing to deal with GIF files while the programs are useful for conversion purposes as well as cleaning up images.
Download (HTTP): http://downloads.sourceforge.net/libungif/giflib-4.1.4.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/giflib-4.1.4.tar.gz
Download (HTTP) MD5 sum: 827d338961482a986f39c7f114531636
Download (HTTP) size: 483 KB
Download (FTP) MD5 sum: 950943daa71350a558c3edf41c3f0f9f
Download (FTP) size: 605 KB
Estimated disk space required: 6.8 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/giflib
Install giflib by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/giflib-4.1.4/html && install -v -m644 doc/*.{png,html} \ /usr/share/doc/giflib-4.1.4/html && install -v -m644 doc/*.txt \ /usr/share/doc/giflib-4.1.4
Last updated on 2007-01-18 13:38:19 -0600