Imlib2 is a graphics library for fast file loading, saving, rendering and manipulation.
Download (HTTP): http://downloads.sourceforge.net/enlightenment/imlib2-1.4.2.tar.gz
Download MD5 sum: :0c866a7e696ad5ac58bc9312149f15f0
Download size: 916 KB
Estimated disk space required: 11 MB
Estimated build time: 0.5 SBU
FreeType-2.3.7, libpng-1.2.34, and libjpeg-6b
LibTIFF-3.8.2, giflib-4.1.4, and libid3tag
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/imlib2
Install Imlib2 by running the following commands:
patch -Np1 -i ../imlib2-1.4.2-CVE-2008-5187.patch && ./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/imlib2-1.4.2 &&
install -v -m644 doc/{*.gif,index.html} \
/usr/share/doc/imlib2-1.4.2
--without-x: Add this
parameter if you do not have an X Window System installed.
Last updated on 2008-12-27 01:34:08 -0600