[BRLTTY] mlterm

Didier Spaier didier at slint.fr
Wed Jan 24 18:17:52 EST 2018


Hello,

I forgot the most important thing: 

Instructions for brltty are in ./doc/en/README.brltty in the source
archive.

I attach the version of README.brltty found in mlterm-3.8.4

Greetings,

Didier
-------------- next part --------------
comment -*- mode: text; tab-width:2; indent-tabs-mode:nil -*-

Support brltty with the use of brlapi

* Tested environment
  Fedora 25

* Build
  $ ./configure --enable-brlapi
  $ make
  $ sudo make install
  $ mlterm -v
    mlterm version x.x.x
    Features: ... brlapi

* Start
  <brltty with xw driver>
  $ export BRLAPI_HOST=127.0.0.1:1
  $ brltty -b xw -A auth=none,host=127.0.0.1:1
  $ mlterm

  <brltty with xw and espeak driver>
  $ export BRLTTY_SPEECH_INPUT=/foo/bar/fifo
  $ export BRLAPI_HOST=127.0.0.1:1
  $ sudo mkdir /var/run/brltty
  $ brltty -b xw -s es -A auth=none,host=127.0.0.1:1 -i /foo/bar/fifo
  $ mlterm

  <brltty with tty>
  $ sudo brltty -b tt -d `tty`
  $ mlterm

* Note
  o If BRLTTY_SPEECH_INPUT environmental variable is not set, mlterm doesn't
    output anything to speech synthesizer.
  o mlterm-fb, mlterm-con or mlterm-wl works with brltty as with mlterm.


More information about the BRLTTY mailing list