
| Name | Size | Date |
|---|---|---|
brltty-4.5.tar.gz |
3M | 2013/04/01 |
brltty-4.5-1.src.rpm |
3M | 2013/04/01 |
brltty-speech-speechd-4.5-1.x86_64.rpm |
10K | 2013/04/01 |
brltty-utils-4.5-1.x86_64.rpm |
101K | 2013/04/01 |
brltty-4.5-1.x86_64.rpm |
2M | 2013/04/01 |
brltty-braille-brlapi-4.5-1.x86_64.rpm |
9K | 2013/04/01 |
brltty-screen-screen-4.5-1.x86_64.rpm |
10K | 2013/04/01 |
brltty-speech-flite-4.5-1.x86_64.rpm |
9K | 2013/04/01 |
brltty-speech-festival-4.5-1.x86_64.rpm |
9K | 2013/04/01 |
brltty-speech-espeak-4.5-1.x86_64.rpm |
10K | 2013/04/01 |
brltty-debuginfo-4.5-1.x86_64.rpm |
212K | 2013/04/01 |
brltty-4.5.apk |
1M | 2013/04/01 |
brltty-speech-flite-4.5-1.i686.rpm |
9K | 2013/04/01 |
brltty-4.5-1.i686.rpm |
2M | 2013/04/01 |
brltty-speech-espeak-4.5-1.i686.rpm |
10K | 2013/04/01 |
brltty-braille-brlapi-4.5-1.i686.rpm |
9K | 2013/04/01 |
brltty-speech-speechd-4.5-1.i686.rpm |
10K | 2013/04/01 |
brltty-speech-festival-4.5-1.i686.rpm |
9K | 2013/04/01 |
brltty-utils-4.5-1.i686.rpm |
104K | 2013/04/01 |
brltty-screen-screen-4.5-1.i686.rpm |
10K | 2013/04/01 |
brltty-debuginfo-4.5-1.i686.rpm |
205K | 2013/04/01 |
The current production version of BrlAPI is 0.6.0 (April 1, 2013). It can be downloaded in the following formats:
| Name | Size | Date |
|---|---|---|
brlapi-0.6.0-1.x86_64.rpm |
60K | 2013/04/01 |
brlapi-utils-0.6.0-1.x86_64.rpm |
38K | 2013/04/01 |
brlapi-tcl-0.6.0-1.x86_64.rpm |
15K | 2013/04/01 |
brlapi-ocaml-0.6.0-1.x86_64.rpm |
26K | 2013/04/01 |
brlapi-java-0.6.0-1.x86_64.rpm |
25K | 2013/04/01 |
brlapi-devel-0.6.0-1.x86_64.rpm |
173K | 2013/04/01 |
brlapi-python-0.6.0-1.x86_64.rpm |
51K | 2013/04/01 |
brlapi-0.6.0-1.i686.rpm |
60K | 2013/04/01 |
brlapi-ocaml-0.6.0-1.i686.rpm |
25K | 2013/04/01 |
brlapi-java-0.6.0-1.i686.rpm |
24K | 2013/04/01 |
brlapi-devel-0.6.0-1.i686.rpm |
172K | 2013/04/01 |
brlapi-tcl-0.6.0-1.i686.rpm |
15K | 2013/04/01 |
brlapi-python-0.6.0-1.i686.rpm |
43K | 2013/04/01 |
brlapi-utils-0.6.0-1.i686.rpm |
38K | 2013/04/01 |
BRLTTY can also be downloaded from:
After downloading the package, install it as follows:
.tar.gztar -xzf brltty-release.tar.gz cd brltty-release ./configure make make installThe
./configure script is only provided with version 3.1 and beyond;
for earlier releases, carefully edit the top-level Makefile.
.arch.rpmrpm -Uvh brltty-release-version.arch.rpm
.src.rpmrpm -ivh brltty-release-version.src.rpm rpm -bi brltty-release-version
README file.
If you try BRLTTY, do leave us a note! We would like to know who the users of BRLTTY are.
Debian packages for BRLTTY can be found at ftp://ftp.debian.org/debian/pool/main/b/brltty/.
Some brief notes on writing to (burning) CDs:
cdrecord -v dev=0,0,0 blank=fast
cdrecord -v -dao dev=0,0,0 -data image
For installer images, the following modifications have been made:
For rescue images, the following additional modifications have been made:
After booting from any of these images, wait a few seconds after the CD has begun to spin in order to give the boot loader enough time to get started and to present its initial prompt. Don't worry about waiting too long before typing since the timeout for the initial prompt has been disabled.
You may omit any operand of the brltty= parameter, allowing it to default, simply by not specifying it. You also needn't specify any trailing commas resulting from omitted operands. For example:
If your braille display uses a serial connection then it's possible that the installer's probe for a serial mouse will disturb the communication between BRLTTY and your display. If your display stops working for no apparent reason during the initial stages then try restarting the install and adding the noprobe parameter. Since many models either appear to be immune to this problem or manage to recover from it, you should only use this parameter if you need to because a possible side-effect is that you may need to answer more questions about your system's configuration.
If you're doing an install, you may wish to make the following changes to the system before rebooting to it. While none is essential, you should give serious consideration to each. To prepare for making any of these changes, do the following:
The changes which you may wish to make to the installed system are:
The repository is at [svn://mielke.cc/]. Here are a few simple things which you can do:
svn checkout svn://mielke.cc/main/brlttyThis will create the directory
brltty in your current working directory.
To pick up the latest changes from that point on,
go to that directory and do:
svn update
No derived files, e.g. the configure script, are stored within the repository.
If you would like to build BRLTTY, then,
after checking out the source tree,
you must first create all of the initial derived files by running
the autogen script
(autogen.sh in older releases)
in the top-level directory.
cd brltty
./autogen
In order for autogen to run successfully, you need at least the following:
autoconf
to the environment variable BRLTTY_AUTOCONF.
export BRLTTY_AUTOCONF=autoconf-2.53
/usr/bin/tcl.
If it's in a different place on your system
then adjust the path in the first line of the gendeps script.
We're interested in translating the text on BRLTTY's Android screens into as many languages as possible. If you're a native speaker of a language for which we don't have a translation yet, and if you'd like to do some translating for us, then we'd sure appreciate your help. So far, we have translations for the following languages: