Libglade-0.17

Introduction to Libglade

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

Package Information

Libglade Dependencies

Required

libxml-1.8.17 and GTK+-1.2.10

Optional

GNOME Libraries-1.4.2, Bonobo-1.0.22, Python-2.4.4 (to run the libglade-xgettext script) and GTK-Doc-1.6

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libglade14

Installation of Libglade

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-1.4 --disable-gtk-doc &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-bonobo: Enables Bonobo support.

Contents

Installed Programs: libglade-config and libglade-xgettext
Installed Libraries: libglade.{so,a} and optionally, libglade-bonobo.{so,a} and libglade-gnome.{so,a}
Installed Directories: /opt/gnome-1.4/include/libglade-1.0 and /opt/gnome-1.4/share/gnome/html/libglade

Last updated on 2007-02-14 11:57:11 -0600