libbonoboui-2.8.0

Introduction to libbonoboui

The libbonoboui package contains libbonoboui libraries.

Package information

libbonoboui dependencies

Optional

GTK-Doc-1.2

Installation of libbonoboui

Install libbonoboui by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
make &&
make install &&
sed -i -e "s,/gnome/head/INSTALL,$GNOME_PREFIX," \
    $GNOME_PREFIX/lib/bonobo/servers/Bonobo_Sample_Controls.server

Command explanations

sed -i -e ...: The Bonobo_Sample_Controls.server file is installed with an incorrect hard-coded path. This sed command fixes the path.

Contents

The libbonoboui package contains test-moniker, libbonoboui libraries and a libbonobo glade library.

Description

libbonoboui libraries

libbonoboui libraries are the GUI portion of the Bonobo libraries.

Last updated on 2004-12-03 15:41:11 -0700