Caribou is an input assistive technology intended for switch and pointer users.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/caribou/0.4/caribou-0.4.21.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/caribou/0.4/caribou-0.4.21.tar.xz
Download MD5 sum: 16b76cd7453b99e2871e8d4da88bf976
Download size: 420 KB
Estimated disk space required: 13 MB
Estimated build time: less than 0.1 SBU
Clutter-1.26.2, GTK+-3.22.18, libgee-0.20.0, libxklavier-5.4, PyGObject-2.28.6, and PyGObject-3.24.1 (needed regardless of what version of GTK is in use)
GTK+-2.24.31 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.4, DConf-0.26.0 and PyAtSpi2-2.24.0 at runtime.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/caribou
Install Caribou by running the following commands:
PYTHON=python3 ./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, this module has no use on
a GNOME desktop. Remove this
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 2017-08-28 23:41:35 -0700