mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
87068b5f92
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11556 af4574ff-66df-0310-9fd7-8a98e5e911e0
176 lines
6.1 KiB
XML
176 lines
6.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
|
|
<!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.32/libbonobo-&libbonobo-version;.tar.bz2">
|
|
<!ENTITY libbonobo-md5sum "27fa902d4fdf6762ee010e7053aaf77b">
|
|
<!ENTITY libbonobo-size "1.4 MB">
|
|
<!ENTITY libbonobo-buildsize "45 MB">
|
|
<!ENTITY libbonobo-time "0.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
|
|
<?dbhtml filename="libbonobo.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libbonobo-&libbonobo-version;</title>
|
|
|
|
<indexterm zone="libbonobo">
|
|
<primary sortas="a-Libbonobo">Libbonobo</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libbonobo</title>
|
|
|
|
<para>The <application>libbonobo</application> package contains
|
|
<filename class="libraryfile">libbonobo</filename> libraries.
|
|
This is a component and compound document system for
|
|
<application>GNOME-2</application>.</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome2.xml"/>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libbonobo-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libbonobo-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libbonobo-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libbonobo-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="glib2"/>,
|
|
<xref linkend="intltool"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="ORBit2"/>, and
|
|
<xref linkend="popt"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="x-window-system"/> and
|
|
<xref linkend="gtk-doc"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libbonobo"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libbonobo</title>
|
|
|
|
<para>Install <application>libbonobo</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &&
|
|
|
|
./configure --prefix=$ORBit_prefix \
|
|
--sysconfdir=&gnome-old-etc-dir; \
|
|
--libexecdir=$ORBit_prefix/lib/bonobo-2.0 \
|
|
--mandir=$ORBit_prefix/share/man &&
|
|
|
|
unset ORBit_prefix &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-old-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-old-sysconfdir.xml"/>
|
|
|
|
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
|
ORBit-2.0)/lib/bonobo-2.0</parameter>: This parameter causes the libexec
|
|
files to be installed in the preferred location of <filename
|
|
class="directory">$GNOME_PREFIX/lib/bonobo-2.0</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-mandir.xml"/>
|
|
|
|
<para><option>--disable-static</option>: This switch prevents the static
|
|
libraries being installed.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>activation-client, bonobo-activation-run-query, bonobo-slay,
|
|
echo-client-2, bonobo-activation-server, bonobo-echo-2, and
|
|
bonobo-activation-sysconf</seg>
|
|
<seg>libmoniker_std_2.{so,a}, libbonobo-2.{so,a}, and
|
|
libbonobo-activation.{so,a}</seg>
|
|
<seg>&gnome-old-etc-dir;/bonobo-activation,
|
|
<envar>$GNOME_PREFIX</envar>/{include/{bonobo-activation-2.0/bonobo-activation,
|
|
libbonobo-2.0/bonobo},lib/{bonobo-2.0/samples,bonobo/{monikers,
|
|
servers}},share/{gtk-doc/html/{bonobo-activation,libbonobo},
|
|
idl/{bonobo-2.0,bonobo-activation-2.0}}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libbonobo-2">
|
|
<term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>are a set of language and system independent CORBA interfaces
|
|
for creating reusable components and compound documents.</para>
|
|
<indexterm zone="libbonobo libbonobo-2">
|
|
<primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|