Hacker News new | ask | show | jobs
by ChajusSaib 3365 days ago
So if I were to statically link my application but release the object files and let user's re-compile it with another version of the library then that would satisfy the LGPL license? If so I think I might be headed back to Qt.
2 comments

Seems so: https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynami...

It would appear that once again the FUD is unjustified, and in reality GNU/SFLC licenses well made

Or just dynamically link.
I'm asking for iOS which won't allow it.