|
|
|
|
|
by littlestymaar
2844 days ago
|
|
With LGPL, you can't statically link the library though. Which requires your user to install it manualy, unless you package your software with some kind of installer (which is not so common on windows for cli executables). |
|
no, that's tiresomely false. You can link proprietary code statically with LGPL code. LGPL does not give a shit about static or dynamic libraries because LGPL is not a language-specific license.
Right from the source: https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynami...