Deploy Mono application without Framework on Mac(在 Mac 上部署没有框架的 Mono 应用程序)
问题描述
我有一个 c# 程序,在 Mono 和 OSX 上运行良好,我还能够为该程序创建一个应用程序目录.现在我想分发它,但我不想强迫用户安装单声道,因为这在 Mac 下是不寻常的(并且有一些我想避免的副作用).
我已经尝试使用 mkbundle 构建捆绑包,但 mkbundle 在 Mac 下无法正常工作.
我应该补充一点,我使用 GTK.
在 Mac 下构建完全独立的应用程序的最简单方法是什么?有什么好的教程吗?有什么好工具,可以帮忙吗?
询问 Miguel(2010 年 12 月 9 日博文)
MonoMac:我们刚刚发布了 MonoMac 0.4,现在我们正在增加对创建自包含应用程序包的支持,开发人员可以重新分发这些应用程序包,甚至可以提交到适用于 MacOS 的 Apple AppStore.
MonoMac 做了很多工作,主要是由于受欢迎的贡献.在过去的几周里,出现了一个不错的 Mono 新贡献者社区.p>
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 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Mac 上部署没有框架的 Mono 应用程序
基础教程推荐
- 如何激活MC67中的红灯 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- c# Math.Sqrt 实现 2022-01-01