lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>How did you solve statically linking SDL with the SDL license? (I have the
>same problem for a currently-only-at-idea-stage project)
>
>  Enrico

Simple, LGPL actually lets you statically link the library to your
application, you just have to give the users means to update the version of
the library your application uses. There are two ways of doing that, release
your source code or release your compiled code (object files).

Andre de Leiradella
http://www.geocities.com/andre_leiradella/