ORBit-0.5.17

Introduction to ORBit

The ORBit package contains a high-performance CORBA Object Request Broker. This allows programs to send requests and receive replies from other programs.

Package information

ORBit dependencies

Required

GLib-1.2.10

Installation of ORBit

Install ORBit by running the following commands:

./configure --prefix=/opt/gnome &&
make &&
make install

Contents

The ORBit package contains libIDL, libIIOP, libORBit, libORBitCosNaming and libORBitutil libraries.

Description

libIDL

libIDL library is the Interface Definition Language mappings for CORBA.

libIIOP

libIIOP library is for low level CORBA communications.

libORBit

libORBit library is the CORBA API.

libORBitCosNaming

No description available.

libORBitutil

libORBitutil library contains the convenience routines for ORBit.