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.12/ORBit2-2.12.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.12/ORBit2-2.12.2.tar.bz2
Download MD5 sum: 7f963dcd0d84e6854460449383cc8c70
Download size: 678 KB
Estimated disk space required: 32 MB
Estimated build time: 0.7 SBU (additional 0.2 SBU to run the test suite)
Install ORBit2 by running the following commands:
./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome && make
To test the results, issue: make check.
Now, as the root user:
make install
--prefix=$GNOME_PREFIX: This is the Base installation for GNOME-2 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 Chapter.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
Last updated on 2005-08-01 13:29:19 -0600