source: gnome/otherlibs/orbit.xml@ ce39b28

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ce39b28 was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY ORBit-download-http "http://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-&ORBit-version;.tar.bz2">
8<!ENTITY ORBit-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-&ORBit-version;.tar.bz2">
9<!ENTITY ORBit-size "1 MB">
10<!ENTITY ORBit-buildsize "51.4 MB">
11<!ENTITY ORBit-time "0.73 SBU">
12]>
13
14<sect1 id="ORBit" xreflabel="ORBit-&ORBit-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="ORBit.html"?>
20<title>ORBit-&ORBit-version;</title>
21
22<sect2>
23<title>Introduction to <application><acronym>ORB</acronym>it</application></title>
24
25<para>The <application><acronym>ORB</acronym>it</application> package contains
26a high-performance <acronym>CORBA</acronym> Object Request Broker. This allows
27programs to send requests and receive replies from other programs.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&ORBit-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&ORBit-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &ORBit-size;</para></listitem>
36<listitem><para>Estimated Disk space required:
37&ORBit-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&ORBit-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application><acronym>ORB</acronym>it</application>
43dependencies</title>
44<sect4><title>Required</title>
45<para><xref linkend="GLib"/></para></sect4>
46<sect4><title>Optional</title>
47<para><xref linkend="tcpwrappers"/></para>
48</sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application><acronym>ORB</acronym>it</application>
55</title>
56
57<para>Install <application><acronym>ORB</acronym>it</application> by running
58the following commands:</para>
59
60<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
61make &amp;&amp;
62make install</command></userinput></screen>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The <application><acronym>ORB</acronym>it</application> package contains
70<filename class="libraryfile">libIDL</filename>,
71<filename class="libraryfile">libIIOP</filename>,
72<filename class="libraryfile">libORBit</filename>,
73<filename class="libraryfile">libORBitCosNaming</filename> and
74<filename class="libraryfile">libORBitutil</filename> libraries.</para>
75
76</sect2>
77
78<sect2><title>Description</title>
79
80<sect3><title>libIDL</title>
81<para><filename class="libraryfile">libIDL</filename> library is the Interface
82Definition Language mappings for CORBA.</para></sect3>
83
84<sect3><title>libIIOP</title>
85<para><filename class="libraryfile">libIIOP</filename> library is for low level
86CORBA communications.</para></sect3>
87
88<sect3><title>libORBit</title>
89<para><filename class="libraryfile">libORBit</filename> library is the CORBA
90API.</para></sect3>
91
92<sect3><title>libORBitCosNaming</title>
93<para>No description available.</para></sect3>
94
95<sect3><title>libORBitutil</title>
96<para><filename class="libraryfile">libORBitutil</filename> library
97contains the convenience routines for ORBit.</para></sect3>
98
99</sect2>
100
101</sect1>
102
Note: See TracBrowser for help on using the repository browser.