libglade-0.17

Introduction to libglade

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

Package information

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 --enable-bonobo \
 --disable-gtk-doc &&
make &&
make install

Command explanations

--enable-bonobo: Enable Bonobo support.

Contents

The libglade package contains Glade interface file loading libraries.