Glib use in an iPhone App

六月ゝ 毕业季﹏ 提交于 2019-12-04 17:26:35

I would recommend porting away from because glib is GPL licensed, which means that you will have to open source all your application code. Or maybe that is not an issue?

no, guys, using LGPL projects on iPhone (where you indeed need to statically link) is legal as long as you provide your app's object code so the user can (if technically versed) re-link your app with a new version of the LGPL lib. Of course, you still need to re-publish the lib if you change any of that code.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!