VCVRack / VCV-Prototype

Other
130 stars 22 forks source link

LGPL scripting engines? #48

Closed rorywalsh closed 3 years ago

rorywalsh commented 3 years ago

I have Csound support working, but I don't think I can statically link to it as it uses the LGPL. Does anyone know if this is correct? It would be nice to include it, but not if it involves packaging additional runtime libraries.

AndrewBelt commented 3 years ago

VCV Prototype is GPLv3.0+, Csound is LGPLv2.1+. The LGPLv3.0 license allows Csound to be included in Prototype in any form: dynamic/static linking, copy-pasting code, making a derivative work of it, etc.