在 Mac 上部署没有框架的 Mono 应用程序

Deploy Mono application without Framework on Mac(在 Mac 上部署没有框架的 Mono 应用程序)
本文介绍了在 Mac 上部署没有框架的 Mono 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 c# 程序,在 Mono 和 OSX 上运行良好,我还能够为该程序创建一个应用程序目录.现在我想分发它,但我不想强迫用户安装单声道,因为这在 Mac 下是不寻常的(并且有一些我想避免的副作用).

我已经尝试使用 mkbundle 构建捆绑包,但 mkbundle 在 Mac 下无法正常工作.

我应该补充一点,我使用 GTK.

在 Mac 下构建完全独立的应用程序的最简单方法是什么?有什么好的教程吗?有什么好工具,可以帮忙吗?

解决方案

询问 Miguel(2010 年 12 月 9 日博文)

MonoMac:我们刚刚发布了 MonoMac 0.4,现在我们正在增加对创建自包含应用程序包的支持,开发人员可以重新分发这些应用程序包,甚至可以提交到适用于 MacOS 的 Apple AppStore.

MonoMac 做了很多工作,主要是由于受欢迎的贡献.在过去的几周里,出现了一个不错的 Mono 新贡献者社区.

I have a c#-program, that works well under Mono and on OSX, I also was able to create an app-directory for that program. Now I want to distribute it, but I don't want to force the user to install mono, since this is unusual under Mac (and has some side-effects, that I want to avoid).

I already tried to build a bundle with mkbundle, but mkbundle doesn't work correctly under Mac.

I should add, that I use GTK.

What is the easiest way to build a compleley independent app under Mac? Is there any good tutorial? Is there a good tool, that could help?

解决方案

Ask Miguel (December 9 2010 blog post)

MonoMac: we just released MonoMac 0.4 and we are now adding support for creating self-contained application bundles that developers can redistribute themselves or even submit to the Apple AppStore for MacOS.

MonoMac has been a lot of work, mostly, due to popular contributions. There is a nice emerging community of new contributors to Mono that has sparked in the last few weeks.

这篇关于在 Mac 上部署没有框架的 Mono 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)