Contents
$GNOME_PREFIX/lib/orbit-2.0, $GNOME_PREFIX/share/{gtk-doc/html/ORBit2,idl/orbit-2.0},
$GNOME_PREFIX/include/orbit-2.0/{orbit-idl,orbit,
orbit/orb-core,orbit/dynamic,orbit/util,orbit/poa,ORBitservices}
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.14/ORBit2-2.14.17.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-2.14.17.tar.bz2
Download MD5 sum: 10bfb957fa4a8935a0b4afaee7d71df7
Download size: 730 KB
Estimated disk space required: 35 MB
Estimated build time: 0.7 SBU
GTK-Doc-1.11 and OpenSSL-0.9.8k
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/orbit2
Install ORBit2 by running the following commands:
Run the following commands:
./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc/gnome/2.28.1 &&
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 package
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/2.28.1: This
parameter causes the configuration files to be installed in
/etc/gnome/2.28.1 instead of
$GNOME_PREFIX/etc. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
$GNOME_PREFIX/lib/orbit-2.0, $GNOME_PREFIX/share/{gtk-doc/html/ORBit2,idl/orbit-2.0},
$GNOME_PREFIX/include/orbit-2.0/{orbit-idl,orbit,
orbit/orb-core,orbit/dynamic,orbit/util,orbit/poa,ORBitservices}
Last updated on 2009-08-05 11:27:56 +0000