[BRLTTY] Build brltty with support for espeak-ng

Tage Johansson frans.tage at gmail.com
Fri Dec 13 12:46:05 EST 2019


> Tage Johansson (2019/12/13 08:47 +0100):
>> $ make distclean
>>
>> $ git pull origin
>>
>> $ ./autogen
>>
>> $ ./configure --with-espeak=no
>>
>> $ make -j8
>>
>> $ patch -p1 < speech-test-1.patch
> You need to apply the patch before you run make. With what you did, the
> driver gets compiled before the patch is applied to the source code so
> that patch won't be taken into account.

Sorry I wrote wrong. I actually ran:

$ make distclean
$ git pull origin
$ patch -p1 < speech-test-1.patch
$ ./autogen
$ ./configure --with-espeak=no
$ make -j8


Best regards Tage




More information about the BRLTTY mailing list