GNUStep 入门
我下载了 GNUStep 并安装了它,但是我不确定在哪里可以找到 IDE。 有谁知道哪些程序可用作 GNUStep IDE/从哪里获取它们? 如果做不到这一点,有人知道如何创建和编译基本 GNUStep 程序的教程吗?
I downloaded GNUStep and installed it, however I am not sure where I can find an IDE. does anyone know what programs serve as a GNUStep IDE/where to get them? Failing that, does anyone know of a tutorial on how to create and compile a basic GNUStep program?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我的经历是毁灭性的。 ProjectCenter 为 GNUstep 分发的 IDE 在这里根本不起作用,调试器集成也不存在。 但这就是使用 GNUstep 所得到的。 有 Gorm 作为界面构建器和 ProjectCenter。 不多。 这非常令人沮丧。 目前使用 Objective-C 能做的最好的事情就是拥有一台某种形式的 Mac 并使用 XCode。 这是目前你能得到的最好的结果,我预计在可预见的未来这不会改变。
现在您应该退后一步,只使用“简单”的旧 Makefile 路线。 有一个关于 GNUStep makefile 的非常粗略的教程,从下面的某个地方开始
http://wiki.gnustep.org/index.php/User_Guides
问候
弗里德里希
Well my experiences with that are devastating. ProjectCenter the IDE distributed for GNUstep does not work here at all the debugger intergration is well not existant. But that's what you get with GNUstep. There is Gorm as interface builder and ProjectCenter. Not more. That's very discouraging. The best you can do with Objective-C is currently having a Mac in some form and use XCode. That's the best you can get currently, and I expect that won't change in any forseeable future.
Now you should step back and just use the "plain" old Makefile route. There is a somewhat very rough tutorial about GNUStep makefile starting somewhere below
http://wiki.gnustep.org/index.php/User_Guides
Regards
Friedrich
正如 Friedrich 在他的帖子中已经提到的那样,Gorm 用于创建接口,ProjectCenter 作为 IDE (据我所知,gdb 集成正在进行中)。
要编译 GNUstep 程序,最好使用 GNUstep-make。 您可以在这里找到一些最近更新的教程:
基本 GNUstep-make 教程
更高级的 GNUstep-make 教程
而且总是有一大堆 新闻组、irc 和邮件列表,您通常可以在其中快速获得问题的答案。 目前可能不在 IRC 上。
As Friedrich already mentions in his post above there is Gorm for creating interfaces and ProjectCenter as IDE (gdb integration is worked on as far as I know).
For compiling GNUstep programs you are best of using GNUstep-make. You can find some recently updated tutorials here:
Basic GNUstep-make tutorial
More advanced GNUstep-make tutorial
And there is always the whole bunch of newsgroups, irc and mailinglists where you can usually get quick answers to your questions. Maybe not on IRC currently.
你可以尝试制作eclipse
使用 gnustep/msys/mingw:
http:// wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html
http:// djsilenceboy.wordpress.com/2012/02/13/install-minggw-and-gnustep-for-ccobj-c-for-windows/
You can try to make eclipse
work with gnustep/msys/mingw:
http://wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html
http://djsilenceboy.wordpress.com/2012/02/13/install-minggw-and-gnustep-for-ccobj-c-for-windows/