source: gnome/core/orbit2.xml@ 7cdaed0

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

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]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">
[a6bee1f]9 <!ENTITY ORBit2-md5sum "bb1b4859522cb6e1a3a3dc4b7397db64">
10 <!ENTITY ORBit2-size "704 KB">
11 <!ENTITY ORBit2-buildsize "34.1 MB">
12 <!ENTITY ORBit2-time "0.6 SBU">
[fdca4266]13]>
14
[0f1cb36e]15<sect1 id="ORBit2" xreflabel="ORBit2-&ORBit2-version;">
[5a12298]16 <?dbhtml filename="ORBit2.html"?>
[0f1cb36e]17
[5a12298]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>
[937425f]61 <para role="required"><xref linkend="libidl"/> and
62 <xref linkend="popt"/></para>
[5a12298]63
64 <bridgehead renderas="sect4">Optional</bridgehead>
[937425f]65 <para role="optional"><xref linkend="gtk-doc"/> and
66 <xref linkend="openssl"/></para>
[5a12298]67
[0a7c3921]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/orbit2"/></para>
70
[5a12298]71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of ORBit2</title>
75
76 <para>Install <application>ORBit2</application> by running
77 the following commands:</para>
78
[e62f701]79<screen><userinput>./configure --prefix=$GNOME_PREFIX \
80 --sysconfdir=&gnome-etc-dir; &amp;&amp;
[5a12298]81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
[51d7b70]94 <para><parameter>--prefix=$GNOME_PREFIX</parameter>: This is the base
[5a12298]95 installation for <application>GNOME-2</application> from which all future
[51d7b70]96 package installations will receive their prefix parameter. Be sure that
[551b9389]97 <envar>$GNOME_PREFIX</envar> is set for this install or globally to your
[5a12298]98 install directory as described in the introduction of this Chapter.</para>
99
[551b9389]100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]101 href="../../xincludes/gnome-sysconfdir.xml"/>
[5a12298]102
[551b9389]103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/gtk-doc-rebuild.xml"/>
[51d7b70]105
[5a12298]106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>ior-decode-2, linc-cleanup-sockets, orbit-idl-2,
118 orbit2-config and typelib-dump</seg>
[0a7c3921]119 <seg>libname-server-2.a, libORBit-2.{so,a}, libORBit-imodule-2.{so,a},
120 libORBitCosNaming-2.{so,a}, and Everything_module.{so,a}</seg>
[551b9389]121 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]122 include/orbit-2.0,
[551b9389]123 lib/orbit-2.0 and
[0a7c3921]124 share/{gtk-doc/html/ORBit2, idl/orbit-2.0}</seg>
[5a12298]125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
[0f1cb36e]132
[5a12298]133 <varlistentry id="libORBit-2">
[0a7c3921]134 <term><filename class='libraryfile'>libORBit-2.{so,a}</filename></term>
[5a12298]135 <listitem>
136 <para>is the CORBA API.</para>
137 <indexterm zone="ORBit2 libORBit-2">
[0a7c3921]138 <primary sortas="c-libORBit-2">libORBit-2.{so,a}</primary>
[5a12298]139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.