[BRLTTY] BrlAPI on Windows

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Jun 25 19:38:58 EDT 2007


Hi,

Matt Campbell, le Mon 25 Jun 2007 18:31:04 -0500, a écrit :
> Is it currently possible to build the BrlAPI client library as a DLL? 

It should already be built as a DLL by the current Makefiles. However,
as you will probably need to use it in a non-cygwin application, you
should probably compile it with mingw instead of cyggwin. The Makefiles
should also build a brlapi.def file for other compilers to be able to
use the DLL.

Dave, did you manage to build a mingw .zip package, or should I do it?

> If I'm not mistaken, that library needs to be a DLL or shared library to 
> be used by proprietary software under the LGPL.

Exactly.  The basic freedom that LGPL requires is that the user can
replace the library with his own.  DLL is hence the good way.

Samuel


More information about the BRLTTY mailing list