Caribou is an input assistive technology intended for switch and pointer users.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/caribou/0.4/caribou-0.4.13.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/caribou/0.4/caribou-0.4.13.tar.xz
Download MD5 sum: e4913478c220f7df6fd5adef6f654c0e
Download size: 396 KB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
Clutter-1.18.4, GTK+-3.12.2, libgee-0.14.0, libxklavier-5.3, and PyGObject-3.12.2
GTK+-2.24.24 and valadoc
For most GNOME users, this package is only required as a compile-time dependency for other packages. If you intend to use its keyboard you will require D-Bus Python-1.2.0, DConf-0.20.0 and PyAtSpi2-2.12.0 at runtime.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/caribou
Install Caribou by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-gtk2-module \ --disable-static && make
This package does not come with a testsuite.
Now, as the root
user:
make install
--disable-gtk2-module
:
Because GNOME now uses
GTK+-3, the module has no use on a
GNOME desktop. Remove the switch
if you still want to build the GTK+-2 module.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-08-25 18:22:00 -0700