mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
0f690395ed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9477 af4574ff-66df-0310-9fd7-8a98e5e911e0
139 lines
4.2 KiB
XML
139 lines
4.2 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 atk-download-http "&gnome-download-http;/atk/2.2/atk-&atk-version;.tar.xz">
|
|
<!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.2/atk-&atk-version;.tar.xz">
|
|
<!ENTITY atk-md5sum "377ab03f5a1c32141fd9dfa86c6a714a">
|
|
<!ENTITY atk-size "586 KB">
|
|
<!ENTITY atk-buildsize "11 MB">
|
|
<!ENTITY atk-time "0.1 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 accessibility tool kit contains the
|
|
<application>atk</application> library. This is useful for allowing
|
|
accessibility solutions to be available for all
|
|
<application>gtk+-2</application> and <application>gtk+-3</application>
|
|
applications.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<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 role="required"><xref linkend="pkgconfig"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gobject-introspection"/>
|
|
(required if you want to build <xref linkend="gnome"/>),
|
|
<xref linkend="gtk-doc"/> (if you've edited the docs
|
|
and want to rebuild them)</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/atk"/></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>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/gtk-doc-rebuild.xml"/>
|
|
|
|
</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, /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'>libatk-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that are used by assistive technologies
|
|
to interact with the desktop applications.</para>
|
|
<indexterm zone="atk libatk">
|
|
<primary sortas="c-libatk">libatk-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|