Distributing Dependencies

DesertPenguin
Unregistered
 
Post: #1
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
Quote this message in a reply
Luminary
Posts: 5,125
Joined: 2002.04
Post: #2
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.
Quote this message in a reply
DesertPenguin
Unregistered
 
Post: #3
Thats exactly what I was looking for...thanks...
Quote this message in a reply
Post Reply 

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