Distributing Dependencies
I have an app that relies on SDL and Lua. Lua is statically linked in and has an easy license. SDL is linked using -framework SDL. I believe it is released under LGPL.
For Windows and Linux, I would distribute the .dll or .so repsectively with my app. I am a newbie to mac, what file should I include? There seems to no .so or .dylib.
Thanks for any help
For Windows and Linux, I would distribute the .dll or .so repsectively with my app. I am a newbie to mac, what file should I include? There seems to no .so or .dylib.
Thanks for any help
the SDL.framework folder.
If you put it into your application bundle (MyApp.app/Contents/Frameworks/) it'll a) be hidden from the user, and b) still be dynamically linked to satisfy the LGPL.
If you put it into your application bundle (MyApp.app/Contents/Frameworks/) it'll a) be hidden from the user, and b) still be dynamically linked to satisfy the LGPL.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Static Libraries: Compiling and Dependencies | TythosEternal | 5 | 3,554 |
Oct 5, 2009 02:30 PM Last Post: DoG |
|

