Imlib2 is a graphics library for fast file loading, saving, rendering and manipulation.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.sourceforge.net/enlightenment/imlib2-1.4.5.tar.bz2
Download MD5 sum: 859e5fede51ec819f4314eee11da3ea5
Download size: 880 KB
Estimated disk space required: 14 MB
Estimated build time: 0.3 SBU
FreeType-2.4.8, libpng-1.5.7, and libjpeg-8c
LibTIFF-4.0.0, giflib-4.1.6, and libid3tag
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/imlib2
Install Imlib2 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/imlib2-1.4.5 && install -v -m644 doc/{*.gif,index.html} \ /usr/share/doc/imlib2-1.4.5
--without-x
: Add this
parameter if you do not have an X Window System installed.
Last updated on 2011-12-13 00:02:58 +0000