source: gnome/otherlibs/orbit.xml@ da4aff6

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 da4aff6 was da4aff6, checked in by Randy McMurchy <randy@…>, 20 years ago

Removed erroneously added optional dependency 'pkgconfig' from various packages

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

  • Property mode set to 100644
File size: 3.2 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<?dbhtml filename="ORBit.html"?>
16<title>ORBit-&ORBit-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>ORB</acronym>it</application></title>
20
21<para>The <application><acronym>ORB</acronym>it</application> package contains
22a high-performance <acronym>CORBA</acronym> Object Request Broker. This allows
23programs to send requests and receive replies from other programs.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink
28url="&ORBit-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink
30url="&ORBit-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &ORBit-size;</para></listitem>
32<listitem><para>Estimated Disk space required:
33&ORBit-buildsize;</para></listitem>
34<listitem><para>Estimated build time:
35&ORBit-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title><application><acronym>ORB</acronym>it</application>
39dependencies</title>
40<sect4><title>Required</title>
41<para><xref linkend="GLib"/></para></sect4>
42<sect4><title>Optional</title>
43<para><xref linkend="tcpwrappers"/></para>
44</sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application><acronym>ORB</acronym>it</application>
51</title>
52
53<para>Install <application><acronym>ORB</acronym>it</application> by running
54the following commands:</para>
55
56<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
57make &amp;&amp;
58make install</command></userinput></screen>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<para>The <application><acronym>ORB</acronym>it</application> package contains
66<filename class="libraryfile">libIDL</filename>,
67<filename class="libraryfile">libIIOP</filename>,
68<filename class="libraryfile">libORBit</filename>,
69<filename class="libraryfile">libORBitCosNaming</filename> and
70<filename class="libraryfile">libORBitutil</filename> libraries.</para>
71
72</sect2>
73
74<sect2><title>Description</title>
75
76<sect3><title>libIDL</title>
77<para><filename class="libraryfile">libIDL</filename> library is the Interface
78Definition Language mappings for CORBA.</para></sect3>
79
80<sect3><title>libIIOP</title>
81<para><filename class="libraryfile">libIIOP</filename> library is for low level
82CORBA communications.</para></sect3>
83
84<sect3><title>libORBit</title>
85<para><filename class="libraryfile">libORBit</filename> library is the CORBA
86API.</para></sect3>
87
88<sect3><title>libORBitCosNaming</title>
89<para>No description available.</para></sect3>
90
91<sect3><title>libORBitutil</title>
92<para><filename class="libraryfile">libORBitutil</filename> library
93contains the convenience routines for ORBit.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.