Hello, > Trying to compile and install brltty by executing "mkwin". Is that > correct.
Yes. > Also does it require any othersteps like configure? mkwin does it. That said, there are pre-built binaries for windows on http://brl.thefreecat.org/brltty/ That'll probably save you much headache. > -make client program which access brlapi by #including brlapi.h and linking > with libbrlapi.a Note: libbrlapi is LGPL. Statically linking with it means your application has to be LGPL too. If it is not, you need to use dynamic linking (and you can put the libbrlapi.so file along your application, if needed) Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
