source: gnome/core/libbonobo.xml@ ba4b31cf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ba4b31cf was ba4b31cf, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated links to Perl Modules

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

  • Property mode set to 100644
File size: 5.7 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
[4f7bd2d]7 <!ENTITY libbonobo-download-http "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.8/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.8/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "54f863c20016cf8a2cf25056f6c7cda7">
10 <!ENTITY libbonobo-size "1.0 MB">
11 <!ENTITY libbonobo-buildsize "35 MB">
12 <!ENTITY libbonobo-time "0.8 SBU (additional 0.2 SBU to run the test suite)">
[fdca4266]13]>
14
[2f9da08]15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
[4f7bd2d]16 <?dbhtml filename="libbonobo.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libbonobo-&libbonobo-version;</title>
24
25 <indexterm zone="libbonobo">
26 <primary sortas="a-Libbonobo">Libbonobo</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libbonobo</title>
31
32 <para>The <application>libbonobo</application> package contains
33 <filename class="libraryfile">libbonobo</filename> libraries.
34 This is a component and compound document system for
35 <application>GNOME-2</application>.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libbonobo-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libbonobo-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libbonobo-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libbonobo-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Libbonobo Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para><xref linkend="ORBit2"/>,
63 <xref linkend="libxml2"/> and
[ba4b31cf]64 <xref linkend="perl-xml-parser"/></para>
[4f7bd2d]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
68 <xref linkend="gtk-doc"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Libbonobo</title>
74
75 <para>Install <application>libbonobo</application> by running the following
76 commands:</para>
77
78<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[fdca4266]79 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
80 --sysconfdir=/etc/gnome &amp;&amp;
[4f7bd2d]81make</userinput></screen>
[40eeab2]82
[4f7bd2d]83 <para>To test the results, issue: <command>make check</command>.</para>
[40eeab2]84
[4f7bd2d]85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[40eeab2]86
[4f7bd2d]87<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]88
[4f7bd2d]89 </sect2>
[fdca4266]90
[4f7bd2d]91 <sect2 role="commands">
92 <title>Command Explanations</title>
[fdca4266]93
[4f7bd2d]94 <para><parameter>--prefix=`pkg-config --variable=prefix
95 ORBit-2.0`</parameter>: Setting the prefix with this command instead of
96 with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
97 consistent with the installation environment.</para>
[fdca4266]98
[4f7bd2d]99 <para><parameter>--libexecdir=`pkg-config --variable=prefix
100 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
101 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
102 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]103
[4f7bd2d]104 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
105 configuration files in <filename class="directory">/etc/gnome</filename>
106 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
[fdca4266]107
[4f7bd2d]108 <para><option>--enable-gtk-doc</option>: This switch rebuilds the
109 documentation during the <command>make</command> command.</para>
[fdca4266]110
[4f7bd2d]111 </sect2>
[fdca4266]112
[4f7bd2d]113 <sect2 role="content">
114 <title>Contents</title>
[fdca4266]115
[4f7bd2d]116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
[fdca4266]120
[4f7bd2d]121 <seglistitem>
122 <seg>activation-client, bonobo-slay, echo-client-2,
123 bonobo-activation-run-query, bonobo-activation-server, and
124 bonobo-activation-sysconf</seg>
125 <seg>libbonobo-2.[so,a], libbonobo-activation.[so,a],
[f8ad622]126 <application>ORBit-2</application> bonobo module, bonobo
127 servers, and libmoniker_std_2.[so,a] bonobo library</seg>
[293abe4]128 <seg>/etc/gnome, $GNOME_PREFIX/include/bonobo-activation-2.0,
[f8ad622]129 $GNOME_PREFIX/include/libbonobo-2.0,
130 $GNOME_PREFIX/lib/bonobo[,2.0],
131 $GNOME_PREFIX/share/gtk-doc/html/[bonobo-activation,libbonobo], and
132 $GNOME_PREFIX/share/idl/bonobo-[,activation-]2.0</seg>
[4f7bd2d]133 </seglistitem>
134 </segmentedlist>
[fdca4266]135
[4f7bd2d]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
[fdca4266]140
[4f7bd2d]141 <varlistentry id="libbonobo-2">
142 <term><filename class='libraryfile'>libbonobo-2.[so,a]</filename></term>
143 <listitem>
144 <para>are a set of language and system independent CORBA interfaces
145 for creating reusable components and compound documents.</para>
146 <indexterm zone="libbonobo libbonobo-2">
147 <primary sortas="c-libbonobo-2">libbonobo-2.[so,a]</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
[fdca4266]151
[4f7bd2d]152 </variablelist>
153
154 </sect2>
[2f9da08]155
156</sect1>
Note: See TracBrowser for help on using the repository browser.