mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
0a7c3921ec
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 af4574ff-66df-0310-9fd7-8a98e5e911e0
124 lines
3.9 KiB
XML
124 lines
3.9 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 "&gnome-download-http;/oaf/0.6/oaf-&oaf-version;.tar.bz2">
|
|
<!ENTITY oaf-download-ftp "&gnome-download-ftp;/oaf/0.6/oaf-&oaf-version;.tar.bz2">
|
|
<!ENTITY oaf-md5sum "ed9aa2ceb70bba34034b3134b22d2729">
|
|
<!ENTITY oaf-size "435 KB">
|
|
<!ENTITY oaf-buildsize "7 MB">
|
|
<!ENTITY oaf-time "0.2">
|
|
]>
|
|
|
|
<sect1 id="oaf" xreflabel="OAF-&oaf-version;">
|
|
<?dbhtml filename="oaf.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">oaf-&oaf-version;.tar</keyword>
|
|
<keyword role="ftpdir">oaf</keyword>
|
|
</keywordset>
|
|
</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 role="required"><xref linkend="ORBit"/>,
|
|
<xref linkend="libxml"/> and
|
|
<xref linkend="popt"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gtk-doc"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/oaf"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of OAF</title>
|
|
|
|
<para>Install <application>OAF</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>ldconfig &&
|
|
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role='root'><userinput>make install &&
|
|
install -v -m755 -d /opt/gnome-1.4/share/gtk-doc/html/oaf-&oaf-version; \
|
|
/opt/gnome-1.4/share/doc/oaf-&oaf-version; &&
|
|
install -v -m644 api-docs/html/* \
|
|
/opt/gnome-1.4/share/gtk-doc/html/oaf-&oaf-version; &&
|
|
install -v -m644 docs/{INTERNALS,*.txt} \
|
|
/opt/gnome-1.4/share/doc/oaf-&oaf-version;</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command> as an
|
|
unprivileged user (the package must be installed before running the
|
|
tests, else many tests fail).</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>oaf-client, oaf-config, oaf-empty-server, oaf-run-query,
|
|
oaf-slay, oaf-sysconf and oafd</seg>
|
|
<seg>liboaf.so</seg>
|
|
<seg>/opt/gnome-1.4/etc/oaf,
|
|
/opt/gnome-1.4/include/liboaf,
|
|
/opt/gnome-1.4/share/doc/oaf-0.6.10 and
|
|
/opt/gnome-1.4/share/gtk-doc/html/oaf-0.6.10</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|