source: gnome/core/orbit2.xml@ a9fd38e

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 a9fd38e was fdca4266, checked in by DJ Lucas <dj@…>, 20 years ago

Last of XML rewrite

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 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 ORBit2-download-http
8"http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-&ORBit2-version;.tar.bz2">
9<!ENTITY ORBit2-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-&ORBit2-version;.tar.bz2">
10<!ENTITY ORBit2-size "632 KB">
11<!ENTITY ORBit2-buildsize "52.0 MB">
12<!ENTITY ORBit2-time "0.96 SBU">
13
14]>
15
16<sect1 id="ORBit2" xreflabel="ORBit2-&ORBit2-version;">
17<?dbhtml filename="ORBit2.html"?>
18<title>ORBit2-&ORBit2-version;</title>
19
20<sect2>
21<title>Introduction to <application><acronym>ORB</acronym>it2</application></title>
22
23<para>The <application><acronym>ORB</acronym>it2</application> package
24contains a high-performance <acronym>CORBA</acronym> Object
25Request Broker. This allows programs to send requests and receive
26replies from other programs.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&ORBit2-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&ORBit2-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &ORBit2-size;</para></listitem>
35<listitem><para>Estimated Disk space required:
36&ORBit2-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&ORBit2-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application><acronym>ORB</acronym>it2</application> dependencies</title>
42<sect4><title>Required</title>
43<para><xref linkend="libIDL"/> and <xref linkend="popt"/></para></sect4>
44<sect4><title>Optional</title>
45<para><xref linkend="gtk-doc"/> and <xref linkend="openssl"/></para></sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application><acronym>ORB</acronym>it2</application></title>
52
53<para>Install <application><acronym>ORB</acronym>it2</application> by running the following commands:</para>
54
55<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Command explanations</title>
63
64<para><parameter>--prefix=$GNOME_PREFIX</parameter>: This is the Base
65installation for <application>GNOME</application> from which all future
66installations will receive their prefix parameter. Be sure that
67<envar>GNOME_PREFIX</envar> is set for this install or globally to your
68install directory as described in the introduction of this Section.</para>
69
70<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
71configuration files in <filename class="directory">/etc/gnome</filename>
72instead of
73<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<para>The <application><acronym>ORB</acronym>it2</application> package
81contains
82<filename class="libraryfile">libORBit-2</filename>,
83<filename class="libraryfile">libORBitCosNaming-2</filename> and
84<filename class="libraryfile">libORBit-imodule-2</filename>
85libraries.</para>
86
87</sect2>
88
89<sect2><title>Description</title>
90
91<sect3><title>libORBit-2</title>
92<para><filename class="libraryfile">libORBit-2</filename> is the <acronym>CORBA</acronym>
93<acronym>API</acronym>.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.