在OS X .app捆绑包中分发C命令行工具 [英] Distributing a C command line tool in a OS X .app Bundle

查看:47
本文介绍了在OS X .app捆绑包中分发C命令行工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我编写了一个C命令行工具,该工具使用GLUT可视化遗传算法,并且希望将其分发到Mac OS X .app Bundle中.

I wrote a C command line tool which uses GLUT to visualize a genetic algorithm and I want to distribute it in a Mac OS X .app Bundle.

我该怎么做?有任何可用的辅助工具吗?

How do I do that? Are there any helper tools available for this?

非常感谢!托马斯

非常感谢您的帮助,我认为这没有那么容易!

Thank you very much for your help, I didn't think of it being that easy!

推荐答案

使用应用程序"模板创建新的xcode项目.将您的源代码添加到该项目中,进行编译和....您具有应用程序捆绑包.您只需要部署它(添加框架).就是这样.

Create new xcode project, with "application" template. Add your source code to that project, compile and... You have app bundle. You need only to deploy it (add frameworks). Thats all.

这篇关于在OS X .app捆绑包中分发C命令行工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆