source: gnome/core/orbit2.xml@ d2241d7d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 d2241d7d was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 5.2 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 ORBit2-download-http "&gnome-download-http;/ORBit2/&gnome-version;/ORBit2-&ORBit2-version;.tar.bz2">
8 <!ENTITY ORBit2-download-ftp "&gnome-download-ftp;/ORBit2/&gnome-version;/ORBit2-&ORBit2-version;.tar.bz2">
9 <!ENTITY ORBit2-md5sum "aa2cae6e7957c369edccbd98ba78dea9">
10 <!ENTITY ORBit2-size "676 KB">
11 <!ENTITY ORBit2-buildsize "32.3 MB">
12 <!ENTITY ORBit2-time "0.7 SBU">
13]>
14
15<sect1 id="ORBit2" xreflabel="ORBit2-&ORBit2-version;">
16 <?dbhtml filename="ORBit2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">ORBit2-&ORBit2-version;.tar</keyword>
23 <keyword role="ftpdir">ORBit2</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>ORBit2-&ORBit2-version;</title>
28
29 <indexterm zone="ORBit2">
30 <primary sortas="a-ORBit2">ORBit2</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to ORBit2</title>
35
36 <para>The <application>ORBit2</application> package contains a
37 high-performance CORBA Object Request Broker. This allows programs
38 to send requests and receive replies from other programs.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&ORBit2-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&ORBit2-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &ORBit2-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &ORBit2-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &ORBit2-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &ORBit2-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">ORBit2 Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="libidl"/> and
66 <xref linkend="popt"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="gtk-doc"/> and
70 <xref linkend="openssl"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/orbit2"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of ORBit2</title>
79
80 <para>Install <application>ORBit2</application> by running
81 the following commands:</para>
82
83<screen><userinput>./configure --prefix=$GNOME_PREFIX \
84 --sysconfdir=&gnome-etc-dir; &amp;&amp;
85make</userinput></screen>
86
87 <para>To test the results, issue: <command>make check</command>.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><parameter>--prefix=$GNOME_PREFIX</parameter>: This is the base
99 installation for <application>GNOME-2</application> from which all future
100 package installations will receive their prefix parameter. Be sure that
101 <envar>GNOME_PREFIX</envar> is set for this install or globally to your
102 install directory as described in the introduction of this Chapter.</para>
103
104 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
105 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
106 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
107
108 <para><option>--enable-gtk-doc</option>: Use this parameter if you have
109 <application>GTK-Doc</application> installed and you wish to build the
110 documentation.</para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>ior-decode-2, linc-cleanup-sockets, orbit-idl-2,
124 orbit2-config and typelib-dump</seg>
125 <seg>libname-server-2.a, libORBit-2.{so,a}, libORBit-imodule-2.{so,a},
126 libORBitCosNaming-2.{so,a}, and Everything_module.{so,a}</seg>
127 <seg>The following subdirectories of $GNOME_PREFIX/:
128 include/orbit-2.0,
129 lib/orbit-2.0, and
130 share/{gtk-doc/html/ORBit2, idl/orbit-2.0}</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libORBit-2">
140 <term><filename class='libraryfile'>libORBit-2.{so,a}</filename></term>
141 <listitem>
142 <para>is the CORBA API.</para>
143 <indexterm zone="ORBit2 libORBit-2">
144 <primary sortas="c-libORBit-2">libORBit-2.{so,a}</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.