Question

If I want to make an OS X program as self-contained as possible to ease installation, what dynamic libraries can I expect everyone or most people to have? If I know that, I won't have to compile static libraries for everything.

Was it helpful?

Solution

All functions listed in Single UNIX Specification V3 are available.

Obviously, all Cocoa frameworks are available as well. The exact contents depend on OS version.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top