glfs/gnome/otherlibs/oaf.xml
Manuel Canales Esparcia 84e2a4f2f7 Tagged libglade14.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4227 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-14 21:16:12 +00:00

101 lines
2.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY oaf-download-http "http://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
<!ENTITY oaf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/oaf-&oaf-version;.tar.bz2">
<!ENTITY oaf-md5sum "ed9aa2ceb70bba34034b3134b22d2729">
<!ENTITY oaf-size "432 KB">
<!ENTITY oaf-buildsize "6.6 MB">
<!ENTITY oaf-time "0.23">
]>
<sect1 id="oaf" xreflabel="OAF-&oaf-version;">
<?dbhtml filename="oaf.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>OAF-&oaf-version;</title>
<indexterm zone="oaf">
<primary sortas="a-OAF">OAF</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to OAF</title>
<para>The <application>OAF</application> package contains the Object
Activation Framework for <application>GNOME</application>.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&oaf-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&oaf-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &oaf-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &oaf-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &oaf-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &oaf-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">OAF Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="ORBit"/>,
<xref linkend="libxml"/> and
<xref linkend="popt"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gtk-doc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of OAF</title>
<para>Install <application>OAF</application> by running the
following commands:</para>
<screen><userinput>ldconfig &amp;&amp;
./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>liboaf.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>