The Bonobo Activation package contains libbonobo-activation libraries. This is the new Object Activation Framework (OAF) for GNOME.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/bonobo-activation/2.2/bonobo-activation-2.2.2.tar.bz2
Download size: 480 KB
Estimated Disk space required: 15.4 MB
Estimated build time: 0.43 SBU
Install Bonobo Activation by running the following commands:
./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ --sysconfdir=/etc/gnome --disable-gtk-doc && make && make install |
--libexecdir=$GNOME_PREFIX/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--disable-gtk-doc: This switch will prevent the rebuilding of documentation during the make command.