Imlib2 is a graphics library for fast file loading, saving, rendering and manipulation.
Download (HTTP): http://downloads.sourceforge.net/enlightenment/imlib2-1.4.0.tar.gz
Download MD5 sum: 69f7ee996c943142332b4c98597b095c
Download size: 955 KB
Estimated disk space required: 16 MB
Estimated build time: 0.4 SBU
FreeType-2.3.7, libpng-1.2.29, 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:
./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.0 && install -v -m644 doc/{*.gif,index.html} \ /usr/share/doc/imlib2-1.4.0
--without-x
: Add this
parameter if you do not have an X Window System installed.
Last updated on 2007-07-18 20:55:50 -0500