[BRLTTY] BRLTTY under real Dos

Samuel Thibault samuel.thibault at ens-lyon.org
Wed May 3 11:38:13 EDT 2006


Hi,

One problem that arise is that brltty is quite big... Configuring
it with

CFLAGS=-Os ./configure --disable-i18n --disable-iconv --disable-api --disable-usb-support --disable-bluetooth-support --without-x --without-gui-toolkit --without-libbraille --with-braille-driver=all,-tt,-vr  --without-curses  --without-flite --with-speech-driver=all  --with-screen-driver=-all  --enable-standalone-programs --disable-pcm-support --disable-midi-support --disable-fm-support  --disable-preferences-menu --disable-table-selection --disable-learn-mode --disable-contracted-braille --disable-beeper-support --disable-pm-configfile

and a strip results to

-rwxr-xr-x 1 samy samy 774K 2006-05-03 17:34 brltty

which can't even fit into DOS memory (640Ko)...

Event configuring with same as above but --with-braille-driver=-all
--with-speech-driver=-all results to 

-rwxr-xr-x 1 samy samy 564K 2006-05-03 17:36 brltty

which is quite a huge amount of memory for DOS...

Samuel


More information about the BRLTTY mailing list