Difference between revisions of "BRLTTY"
From CBLFS
Jump to navigationJump to search (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://mielke.cc/brltty/releases/brltty-4.1.tar.gz |- |} ---- {{Package-Introduction|BRLTTY is …') |
(→Optional) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://mielke.cc/brltty/releases/brltty- | + | | http://mielke.cc/brltty/releases/brltty-{{BRLTTY-Version}}.tar.gz |
|- | |- | ||
|} | |} | ||
Line 13: | Line 13: | ||
=== Optional === | === Optional === | ||
− | * [[ | + | * [[Doxygen]] |
* [[Python]] | * [[Python]] | ||
− | * [[ | + | * [[Pyrex]] |
− | * [[ | + | * [[TCL]] |
− | * [[ | + | * [[X Window System]] |
− | * [[ | + | * [[Objective Caml]] |
== Non-Multilib == | == Non-Multilib == |
Latest revision as of 17:13, 25 February 2010
Download Source: | http://mielke.cc/brltty/releases/brltty-4.2.tar.gz |
---|
Contents
Introduction to BRLTTY
BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.
Project Homepage: http://mielke.cc/brltty/index.html
Dependencies
Optional
Non-Multilib
Check for the presence of all the needed dependencies on your system:
./autogen
Compile the package:
./configure --sysconfdir=/etc && make
As root, install the package
make install
Multilib
This package does not provide any external libraries, only plugins, so only one installation is needed.
64Bit
Check for the presence of all the needed dependencies on your system:
./autogen
Compile the package:
./configure --sysconfdir=/etc \ --libdir=/usr/lib64 && make
As root, install the package
make install
Contents
Installed Directories: | /etc/brltty |
---|---|
Installed Programs: | brltty, xbrlapi |
Installed Libraries: | libbrlapi |
Short Descriptions
brltty | is the brltty daemon. |
---|---|
xbrlapi | Allows an access to the X Window System, in particular writting on a braille keyboard. |