The Imlib package contains image libraries. These are useful for loading, rendering and dithering a wide variety of image data formats.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/imlib-1.9.15.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/imlib/1.9/imlib-1.9.15.tar.bz2
Download MD5 sum: 7db987e6c52e4daf70d7d0f471238eae
Download size: 668 KB
Estimated disk space required: 13.3 MB
Estimated build time: 0.4 SBU
X Window System, libjpeg-6b, LibTIFF-3.8.2, and giflib-4.1.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/imlib
Install Imlib by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc/imlib && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/imlib-1.9.15 && install -v -m644 doc/{index.html,*.gif} /usr/share/doc/imlib-1.9.15
--sysconfdir=/etc/imlib: This installs and combines the configuration files into /etc/imlib instead of /usr/etc.
Last updated on 2006-06-21 11:26:07 -0500