mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
107 lines
3.2 KiB
XML
107 lines
3.2 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 gok-download-http "http://ftp.gnome.org/pub/GNOME/sources/gok/0.10/gok-&gok-version;.tar.bz2">
|
|
<!ENTITY gok-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.10/gok-&gok-version;.tar.bz2">
|
|
<!ENTITY gok-size "1.1 MB">
|
|
<!ENTITY gok-buildsize "53 MB">
|
|
<!ENTITY gok-time "1.01 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="gok" xreflabel="GOK-&gok-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="gok.html"?>
|
|
<title>GOK-&gok-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>GOK</acronym></application></title>
|
|
|
|
<para>
|
|
<application><acronym>GOK</acronym></application> is a dynamic onscreen
|
|
keyboard. It features Direct Selection, Dwell Selection, Automatic
|
|
Scanning and Inverse Scanning access methods and includes word
|
|
completion.
|
|
</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&gok-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&gok-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &gok-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&gok-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&gok-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application><acronym>GOK</acronym></application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>
|
|
<xref linkend="libgnomeui"/>,
|
|
<xref linkend="scrollkeeper"/>,
|
|
<xref linkend="libwnck"/>,
|
|
<xref linkend="at-spi"/> and
|
|
<xref linkend="esound"/>
|
|
</para></sect4>
|
|
<sect4><title>Optional</title>
|
|
<para>
|
|
<xref linkend="gtk-doc"/>
|
|
</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>GOK</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>GOK</acronym></application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
puts <application>ScrollKeeper</application> files in <filename
|
|
class="directory">/var/lib/scrollkeeper</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>GOK</acronym></application> package contains
|
|
<command>gok</command>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>gok</title>
|
|
<para><command>gok</command> is a dynamic onscreen keyboard
|
|
utility.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|