libglade-0.17

Introduction to libglade-0.17

Download location (HTTP):       http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-0.17.tar.gz
Download location (FTP):        ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-0.17.tar.gz
Version used:                   0.17
Package size:                   416 KB
Estimated Disk space required:  7.1 MB

The libglade package contains libraries which allow applications to load glade interface files at runtime.

libglade depends on:
libxml-1.8.17 and GTK+-1.2.10
libglade will utilize:
gnome-libs-1.4.2 and Python-2.2.2 if compiled utilizing expat-1.95.6

Installation of libglade

Install libglade by running the following commands:

./configure  --prefix=/opt/gnome --enable-bonobo \
 --enable-gnomedb --disable-gtk-doc &&
make &&
make install

Command explanations

--enable-bonobo : Enable bonobo support.

--enable-gnomedb : Enable gnomedb support.

Configuring libglade

As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.

Contents

The libglade package contains glade interface file loading libraries.