OS X 上哪些动态库可以被认为是理所当然的?
如果我想让一个 OS X 程序尽可能独立以方便安装,我可以期望每个人或大多数人都拥有哪些动态库?如果我知道这一点,我就不必为所有内容编译静态库。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单一 UNIX 规范 V3 中列出的所有功能均可用。
显然,所有 Cocoa 框架都可用。确切的内容取决于操作系统版本。
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.