Deploy Mono application without Framework on Mac

前端 未结 3 1399
自闭症患者
自闭症患者 2021-02-19 10:33

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

相关标签:
3条回答
  • 2021-02-19 11:10

    It should be possible to use mkbundle in the linking of mono assemblies to produce a "portable app" with no requirement on installing the runtime.

    http://www.mono-project.com/Linker

    0 讨论(0)
  • 2021-02-19 11:23

    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.

    0 讨论(0)
  • 2021-02-19 11:23

    Did you try macpack?

    http://www.mono-project.com/Guide:Running_Mono_Applications

    0 讨论(0)
提交回复
热议问题