mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
a6922b0a21
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3487 af4574ff-66df-0310-9fd7-8a98e5e911e0
119 lines
3.5 KiB
XML
119 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY atk-download-http "http://ftp.gnome.org/pub/GNOME/sources/atk/1.9/atk-&atk-version;.tar.bz2">
|
|
<!ENTITY atk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.9/atk-&atk-version;.tar.bz2">
|
|
<!ENTITY atk-md5sum "7f41bd9c6dcd83c8df391dc1805be653">
|
|
<!ENTITY atk-size "506 KB">
|
|
<!ENTITY atk-buildsize "7.9 MB">
|
|
<!ENTITY atk-time "0.11 SBU">
|
|
]>
|
|
|
|
<sect1 id="atk" xreflabel="ATK-&atk-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="atk.html" ?>
|
|
<title>ATK-&atk-version;</title>
|
|
|
|
<indexterm zone="atk">
|
|
<primary sortas="a-atk">atk</primary>
|
|
</indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>ATK</acronym></application></title>
|
|
|
|
<para>The <application><acronym>ATK</acronym></application> package contains the
|
|
<application><acronym>ATK</acronym></application> libraries. They are useful for
|
|
allowing accessibility solutions to be available for all
|
|
<application><acronym>GTK</acronym>2</application>
|
|
applications.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title><application><acronym>ATK</acronym></application> dependencies</title>
|
|
|
|
<sect4>
|
|
<title>Required</title>
|
|
<para><xref linkend="glib2"/></para>
|
|
</sect4>
|
|
|
|
<sect4>
|
|
<title>Optional</title>
|
|
<para><xref linkend="gtk-doc"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>ATK</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>ATK</acronym></application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><option>--enable-gtk-doc</option>: This switch will rebuild
|
|
the <acronym>API</acronym> documentation during the
|
|
<command>make</command> command.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libatk-1.0.so</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<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>
|