orbit-idl-2
utilities for ORBit
Install
- All systems
-
curl cmd.cat/orbit-idl-2.sh
- Debian
-
apt-get install ORBit2
- Ubuntu
-
apt-get install ORBit2
- CentOS
-
yum install ORBit2-devel
- Fedora
-
dnf install ORBit2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ORBit2
- Raspbian
-
apt-get install ORBit2
- Dockerfile
- dockerfile.run/orbit-idl-2
ORBit2-devel
utilities for ORBit
ORBit2
ORBit is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. You will need to install this package and ORBit-devel if you want to write programs that use CORBA technology.
liborbit2-dev
high-performance CORBA implementation - development
CORBA (Common Object Request Broker Architecture) is an architecture that enables program objects to communicate, sending requests and receiving replies, between different applications, regardless of their programming language, operating system or network location. This package contains the header files and static libraries used for developing applications that communicate with each other using the ORBit2 implementation of CORBA.