在哪里可以下载 MonoMac 的编译版本?

发布于 2024-08-29 14:52:49 字数 261 浏览 2 评论 0 原文

Miguel de Icaza 今天宣布了一个名为 MonoMac 的新项目,旨在使用 Mono 和 C# 开发 Mac 应用程序:http://tirania.org/blog/archive/2010/Apr-19.html

在帖子中,他提供了 subversion 存储库的链接,但是有任何版本可供下载吗?

Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html

In the post, he provides links to the subversion repositories, but are there any builds of it available for download?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

魔法唧唧 2024-09-05 14:52:49

目前还没有二进制发行版。但您可以非常快速地构建自己的:

  • 下载 Mono 2.6.4 预览包
  • 检查 maccore 模块 svn co http://anonsvn.mono-project.com/source/trunk/maccore
  • 检查 monomac 模块svn co http://anonsvn.mono-project.com/source/trunk/monomac
  • 转到 monomac 文件夹,然后输入 make
  • Et瞧!

示例应用程序(位于 monomac/samples/Hello 下)可以像标准应用程序一样启动。

There is no binary distribution yet. But you can build your own very quickly:

  • Download the Mono 2.6.4 Preview package
  • Checkout the maccore module svn co http://anonsvn.mono-project.com/source/trunk/maccore
  • Checkout the monomac module svn co http://anonsvn.mono-project.com/source/trunk/monomac
  • Go to the monomac folder, and type make
  • Et voilà !!!

The sample application (found under monomac/samples/Hello) can be launched like a standard application.

jJeQQOZ5 2024-09-05 14:52:49

前几天写了一篇关于此的博客文章,介绍了如何将 MonoMac 与最新版本的 MonoDevelop 2.4 结合使用,该文章以 Michael Hutchinson 的出色工作为基础。 Michael 的帖子有一个 MonoDevelop 2.4 beta 版本的链接,他已将 MonoMac 插件放入其中。我已经从他的 beta 版本中取出了该插件,并告诉您如何将其放入 MonoDevelop 2.4 的 RTM 版本中。

由于 stackoverflow 垃圾邮件预防措施,我只能输入一个链接,否则我会链接到 Michael Hutchinson 的博客文章。

I wrote a blog post about this the other day on how to use MonoMac with the latest version of MonoDevelop 2.4, building on the great work by Michael Hutchinson. Michael's post has a link to a version of MonoDevelop 2.4 beta he has slipped the MonoMac addin into. I've pulled the addin out of his beta version and tell you how to put it into the RTM version of MonoDevelop 2.4.

Due to the stackoverflow spam prevention, I'm only able to enter one link, otherwise I would link to Michael Hutchinson's blog post.

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