使用 Netbeans (linux/mac) 设置 dylib 的当前/兼容版本
根据标题,我该如何设置?此外,我如何自己设置版本?
感谢大家并致以最诚挚的问候。
As per the title, how can I set those? Moreover, how can I set versions themselves?
Thanks to all and best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以向您的项目添加构建选项。您需要添加链接器选项来根据“Mac OS X for Unix Geeks”上的此页面设置兼容和当前版本:库版本。 (他们在示例中使用了一个名为“answer”的库,假定当前版本为 1.2.6)
I believe you can add build options to your project. You'd need to add linker options to set the compatible and current versions according to this page on "Mac OS X for for Unix Geeks": library version. (They use a library called "answer" in their examples, with a supposed current version of 1.2.6)