Hello, I'm a game developer. I'm planning to create a game using LGPL v2.1 libraries with dynamic linking. and reading GNU Lesser General Public License version 2.1. https://opensource.org/licenses/LGPL-2.1
Could you answer the question? At 6. b): b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. , Who is the user? A developer (me) ? or a game player? Best regards.
_______________________________________________ The opinions expressed in this email are those of the sender and not necessarily those of the Open Source Initiative. Official statements by the Open Source Initiative will be sent from an opensource.org email address. License-discuss mailing list License-discuss@lists.opensource.org http://lists.opensource.org/mailman/listinfo/license-discuss_lists.opensource.org