Contents
$GNOME_PREFIX/lib/{bonobo-2.0/samples,libglade/2.0,
bonobo/servers}, $GNOME_PREFIX/share/{gtk-doc/html/libbonoboui,
gnome-2.0/ui,doc/libbonoboui-2.24.2}, and $GNOME_PREFIX/include/libbonoboui-2.0/bonobo
The libbonoboui package contains
libbonoboui libraries.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libbonoboui/2.24/libbonoboui-2.24.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libbonoboui/2.24/libbonoboui-2.24.2.tar.bz2
Download MD5 sum: 3c206eccc97730c02366a2f698c40ed2
Download size: 939 KB
Estimated disk space required: 32 MB
Estimated build time: 0.7 SBU
libgnome-2.28.0 and libgnomecanvas-2.26.0
GTK-Doc-1.11 and intltool-0.40.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libbonoboui
Install libbonoboui by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
To test the results, issue: make check.
Now, as the root user:
make install &&
install -v -m755 -d $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/libbonoboui-2.24.2 &&
install -v -m644 doc/*.{dtd,txt,xml,html} $(pkg-config \
--variable=prefix ORBit-2.0)/share/doc/libbonoboui-2.24.2
--prefix=$(pkg-config --variable=prefix
ORBit-2.0): Setting the prefix using this parameter
instead of with $GNOME_PREFIX will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
$GNOME_PREFIX/lib/{bonobo-2.0/samples,libglade/2.0,
bonobo/servers}, $GNOME_PREFIX/share/{gtk-doc/html/libbonoboui,
gnome-2.0/ui,doc/libbonoboui-2.24.2}, and $GNOME_PREFIX/include/libbonoboui-2.0/bonobo
Last updated on 2009-10-25 12:23:07 +0000