[BRLTTY] View compiled in features

Dave Mielke dave at mielke.cc
Tue Feb 21 01:45:20 EST 2012


[quoted lines by Lars Bjørndal on 2012/02/20 at 18:45 +0100]

>Is it possible to find out which features are compiled into BRLTTY?

There's no way yet to do that.

>Fedora just released a new BRLTTY package. I'd like to find out if
>bluetooth is compiled in or not. Do I need to test to find it out?

Try doing a strings on the executable and then look for the word bluetooth. For 
example:

   strings /usr/bin/brltty | grep -i bluetooth

I get the following strings when I do this:

   isBluetoothDevice
   bluetooth
   invalid Bluetooth device address: %s
   Bluetooth connect error: %s

Don't forget grep's -i option for case insensitive searching.

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | 2011 May 21 is the End of Salvation.
EMail: dave at mielke.cc | Canada  K2A 1H7   | http://Mielke.cc/now.html
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list