Changeset a6922b0
- Timestamp:
- 02/21/2005 06:42:56 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ad825f2
- Parents:
- 851cc10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/atk.xml
r851cc10 ra6922b0 15 15 <sect1 id="atk" xreflabel="ATK-&atk-version;"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 <?dbhtml filename="atk.html" ?> 21 21 <title>ATK-&atk-version;</title> 22 23 <indexterm zone="atk"> 24 <primary sortas="a-atk">atk</primary> 25 </indexterm> 22 26 23 27 <sect2> … … 40 44 </sect3> 41 45 42 <sect3><title><application><acronym>ATK</acronym></application> dependencies</title> 43 <sect4><title>Required</title> 44 <para><xref linkend="glib2"/></para></sect4> 45 <sect4><title>Optional</title> 46 <para><xref linkend="gtk-doc"/></para></sect4> 46 <sect3> 47 <title><application><acronym>ATK</acronym></application> dependencies</title> 48 49 <sect4> 50 <title>Required</title> 51 <para><xref linkend="glib2"/></para> 52 </sect4> 53 54 <sect4> 55 <title>Optional</title> 56 <para><xref linkend="gtk-doc"/></para> 57 </sect4> 47 58 </sect3> 48 59 … … 55 66 56 67 <screen><userinput><command>./configure --prefix=/usr && 57 make && 58 make install</command></userinput></screen> 68 make</command></userinput></screen> 69 70 <para>Now, as the root user:</para> 71 72 <screen><userinput role='root'><command>make install</command></userinput></screen> 59 73 60 74 </sect2> … … 72 86 <title>Contents</title> 73 87 74 <para>The <application><acronym>ATK</acronym></application> package contains <filename 75 class="libraryfile">libatk</filename> libraries.</para> 88 <segmentedlist> 89 <segtitle>Installed Programs</segtitle> 90 <segtitle>Installed Libraries</segtitle> 91 <segtitle>Installed Directories</segtitle> 92 93 <seglistitem> 94 <seg>None</seg> 95 <seg>libatk-1.0.so</seg> 96 <seg>None</seg> 97 </seglistitem> 98 </segmentedlist> 99 100 <variablelist> 101 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 102 <?dbfo list-presentation="list"?> 76 103 77 </sect2> 78 79 <sect2><title>Description</title> 80 81 <sect3><title>ATK Libraries</title> 82 <para><application><acronym>ATK</acronym></application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to 83 interact with the desktop and applications.</para></sect3> 104 <varlistentry id="libatk"> 105 <term><filename class='libraryfile'>atklib-1.0.so</filename></term> 106 <listitem> 107 <para>contains functions that are used by assistive technologies in order to 108 interact with the desktop and applications.</para> 109 <indexterm zone="atk libatk"> 110 <primary sortas="c-libatk">libatk-1.0.so</primary> 111 </indexterm> 112 </listitem> 113 </varlistentry> 114 </variablelist> 84 115 85 116 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.