Gnopernicus enables users with limited vision, or no vision, to use the GNOME desktop and applications effectively. It provides a number of features, including magnification, focus tracking, braille output, automatic screen reading and more.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/gnopernicus-0.9.18.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/gnopernicus-0.9.18.tar.bz2
Download MD5 sum: 70fddfa095ca63c9f4238e02318751f9
Download size: 1.9 MB
Estimated disk space required: 38 MB
Estimated build time: 0.60 SBU
GTK-Doc-1.2 and BRLTTY
Install Gnopernicus by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --localstatedir=/var/lib \
--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1 &&
make &&
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1: This switch installs Braille fonts into /usr/X11R6/lib/X11/fonts/Type1 instead of /usr/share/fonts/default/Type1.
The Gnopernicus package contains brlmonitor, gnopernicus, srcore and Gnopernicus support libraries.
Last updated on 2004-12-03 17:24:54 -0700