|
|
|
|
|
by to3m
4795 days ago
|
|
LPGL isn't vastly better than the GPL as it makes it difficult to link statically and/or release for closed platforms. Its advocates would probably see these as plus points, but I'm not sure that they're going to increase uptake. |
|
On linux, you have to build distribution specific binaries that match the shared library versions in the package manager.
On Windows, you generally put all of your shared libraries in your application's folder, since there are plenty of bad actors who install DLLs without versions in the filename to system32. Leads to duplication on the system but its a generally accepted bad practice.
(Can't speak to shipping LGPL libs on OS X).