The ORBit 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/ORBit/0.5/ORBit-0.5.17.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2
Download MD5 sum: 35acc6f8d49d930b566104fcceb893d3
Download size: 1.0 MB
Estimated disk space required: 29 MB
Estimated build time: 0.6 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/orbit
Install ORBit by running the following commands:
./configure --prefix=/opt/gnome-1.4 && make
To test the results, issue: make check.
Now, as the root user:
make install && install -v -m755 -d /opt/gnome-1.4/share/doc/ORBit-0.5.17 && cp -v -R docs/* /opt/gnome-1.4/share/doc/ORBit-0.5.17
Last updated on 2006-06-21 11:26:07 -0500