XABT - (C)1998 J. Lemmens

To get this driver work you have to do the following:

1. Make a symbolic link from `/dev/abt' to the device to which your braille
   terminal is connected. For example:
        ln -s /dev/cua0 /dev/abt
   (The ttySn-device can be used, but the cuan-device is recommended.)
2. Make a directory `/opt/etc/abt320' and place the files `*.au', `tab*.txt'
   and `tts' into it.
3. Place `xabt.1' (the manual) into `/opt/man/man1'.
4. Place the executable `xabt' into `/opt/bin/'.
5. Run `xabt' as root for best performance!
6. If you want to use `xabt' in conjunction with `abt320' please
   run the following command before you run `abt320' or `xabt':

      setserial /dev/abt ^session_lockout

   Without this command only one process is allowed to I/O with the
   serial port.

The `/opt' directory is another name for `/usr/local'.
With the option `-a' you can choose another directory to contain
the `*.au', `tab*.txt' and `tts' files.
With the `-d' option you can choose another device than `/dev/abt'.
(`xabt -h' will give more help.)
If your system has no sound-device (/dev/audio) or this device is busy
`xabt' will beep instead of playing an `*.au' file.
The `tts' file contains the name(s) of the Text-To-Speech utility(s) you
want to use with `xabt'.

