Contents
$GNOME_PREFIX
/include/eel-2
The EEL package contains the Eazel Extensions Library. This is a collection of widgets and extensions to the GNOME platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/eel/2.18/eel-2.18.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/eel/2.18/eel-2.18.3.tar.bz2
Download MD5 sum: c51fea61eb99eaa7995754b8acf787ff
Download size: 643 KB
Estimated disk space required: 14 MB
Estimated build time: 0.5 SBU
GNOME Desktop-2.18.3, gnome-menus-2.18.3, and GAIL-1.18.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/eel
Install EEL by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
To test the results, issue: make check.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
$GNOME_PREFIX
/include/eel-2
Last updated on 2007-07-25 09:48:30 -0500