Hi all,
I am currently working on integrating PhysicsFS into my game. The core of this software itself is licensed on the zlib license, which is permissive enough to use in closed source applications.
However, to use the 7-zip archive format with it, it needs to be linked against the LZMA SDK which appears to be LGPL licensed. There is no provision in any way in PhysicsFS to make the LZMA SDK be dynamically linked against the PhysicsFS library.
Therefore i appear to be at a loss as to if i can use 7-zip format at all, as i can't allow dynamic linking due to the design of PhysicsFS, and i can't do static linking if i use it due to the LGPL license of 7-zip.
My only choice appears to be to use only the zip format instead, which is also licensed with the zlib license. This would save me having to provide source for a modified version of PhysicsFS along with my game, or even worse, open source my game. Is this correct?
Can anyone else here who has had the same issues with PhysicsFS please enlighten me?
Thanks everyone!