How to distribute a Mac OS X with dependent libraries?
问题 I have a program (specifically my entry for the SO DevDays Countdown app challenge) which relies on several dynamic libraries, namely libSDL, libSDL_ttf, and others. I have these libraries installed under /opt/local/lib via MacPorts, and many people won't have these installed (and some might have them installed, but not at that location). How do I distribute my program so that people without these libraries installed can run it out-of-the-box? Obviously I'll have to distribute the various