GOK is a dynamic onscreen keyboard. It features Direct Selection, Dwell Selection, Automatic Scanning and Inverse Scanning access methods and includes word completion.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gok/1.0/gok-1.0.10.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gok/1.0/gok-1.0.10.tar.bz2
Download MD5 sum: de6cceaca780e7ad0702c4b3c0fd8d1f
Download size: 1.1 MB
Estimated disk space required: 45.0 MB
Estimated build time: 0.6 SBU
EsounD-0.2.36, libgnomeui-2.14.1, ScrollKeeper-0.3.14, libwnck-2.14.3, AT SPI-1.7.7, and GNOME Speech-0.4.2
intltool-0.34.2 and GTK-Doc-1.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gok
Install GOK by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.14.3 \ --localstatedir=/var/lib && make
To test the results, issue: make check.
Now, as the root user:
make install && chmod -v 644 $(pkg-config --variable=prefix ORBit-2.0)/share/gnome/help/gok/C/{gok,legal}.xml
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--sysconfdir=/etc/gnome/2.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.3 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.
--localstatedir=/var/lib: This parameter is used so that all ScrollKeeper files are installed in, and the ScrollKeeper database is properly updated in /var/lib/scrollkeeper instead of some files being installed in $GNOME_PREFIX/var/scrollkeeper.
--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.
It is recommended that you configure your input device as an “Extended” input device. Exact configuration methods depend on the type of hardware attached to your system. See the README file in the package source tree and GOK Help for information on how to configure your input device.
Last updated on 2007-01-15 18:08:14 -0600