The ORBit2 package contains a high-performance CORBA Object Request Broker. This allows programs to send requests and receive replies from other programs.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-2.10.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-2.10.1.tar.bz2
Download size: 632 KB
Estimated Disk space required: 52.0 MB
Estimated build time: 0.96 SBU
Install ORBit2 by running the following commands:
./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &&
make &&
make install
--prefix=$GNOME_PREFIX: This is the Base installation for GNOME from which all future installations will receive their prefix parameter. Be sure that GNOME_PREFIX is set for this install or globally to your install directory as described in the introduction of this Section.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
The ORBit2 package contains libORBit-2, libORBitCosNaming-2 and libORBit-imodule-2 libraries.