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.14.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-1.9.14.tar.bz2
Download size: 580 KB
Estimated Disk space required: 16.4 MB
Estimated build time: 0.43 SBU
Install Imlib by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc/imlib &&
make &&
make install
--sysconfdir=/etc/imlib: This installs and combines the configurations files into /etc instead of /usr/etc.
The Imlib package contains libimlib libraries.