GNUStep 入门

发布于 2024-07-25 22:49:46 字数 182 浏览 2 评论 0原文

我下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叹梦 2024-08-01 22:49:46

我的经历是毁灭性的。 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

唱一曲作罢 2024-08-01 22:49:46

正如 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文