mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
a9787f8457
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5101 af4574ff-66df-0310-9fd7-8a98e5e911e0
131 lines
4.0 KiB
XML
131 lines
4.0 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 atk-download-http "http://ftp.gnome.org/pub/GNOME/sources/atk/1.10/atk-&atk-version;.tar.bz2">
|
|
<!ENTITY atk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.10/atk-&atk-version;.tar.bz2">
|
|
<!ENTITY atk-md5sum "c84a01fea567b365c0d44b227fead948">
|
|
<!ENTITY atk-size "542 KB">
|
|
<!ENTITY atk-buildsize "9.2 MB">
|
|
<!ENTITY atk-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="atk" xreflabel="ATK-&atk-version;">
|
|
<?dbhtml filename="atk.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>ATK-&atk-version;</title>
|
|
|
|
<indexterm zone="atk">
|
|
<primary sortas="a-ATK">ATK</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to ATK</title>
|
|
|
|
<para>The <application>ATK</application> package contains the
|
|
<application>ATK</application> libraries. They are useful for
|
|
allowing accessibility solutions to be available for all
|
|
<application>GTK2</application> applications.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&atk-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&atk-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &atk-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &atk-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &atk-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &atk-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">ATK Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="glib2"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="gtk-doc"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of ATK</title>
|
|
|
|
<para>Install <application>ATK</application> by running
|
|
the following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</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>
|
|
|
|
<para><option>--enable-gtk-doc</option>: Using this switch will build
|
|
the API documentation during the <command>make</command> command and
|
|
install the documentation during <command>make install</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libatk-1.0.so</seg>
|
|
<seg>/usr/include/atk-1.0 and /usr/share/gtk-doc/html/atk</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libatk">
|
|
<term><filename class='libraryfile'>atklib-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that are used by assistive technologies
|
|
in order to interact with the desktop and applications.</para>
|
|
<indexterm zone="atk libatk">
|
|
<primary sortas="c-libatk">libatk-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|