source: gnome/otherlibs/orbit.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

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