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 应用程序
基础教程推荐
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
