source: gnome/core/orbit2.xml@ 51d7b70

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

3rd of 3 commits to GNOME-2.12.1

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

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