The libglade package contains libraries which allow applications to load Glade interface files at runtime.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-0.17.tar.gz
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-0.17.tar.gz
Download size: 416 KB
Estimated Disk space required: 8.5 MB
Estimated build time: 0.22 SBU
GNOME Libraries-1.4.2 and Python-2.3.3 if compiled utilizing expat-1.95.7
The make command attempts to open an X display during the compile, so an X server must be running during this process.
Install libglade by running the following commands:
./configure --prefix=/opt/gnome --enable-bonobo \
--disable-gtk-doc &&
make &&
make install
--enable-bonobo: Enable Bonobo support.
The libglade package contains Glade interface file loading libraries.