source: gnome/otherlibs/orbit.xml@ e68f978

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

Added MD5 sums and updated dependencies to GNOME-1.4 packages

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

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