2

I have developed an application with mono and I would like to know what are the minimum libraries that need to be available in a windows machine, in order to run this app.

I've heard .net will suffice, no need to install the mono package for windows. Is this true? which .net version do I have to install?

BTW, my application uses GTK# as well.

Thanks in advance.

4

2 回答 2

0

MonoDevelop 建立在 GTK# 之上,它对 Windows 的最低要求是,

  • .NET 框架 4
  • GTK# 运行时

http://monodevelop.com/Download中所述

因此,您的应用程序应该要求相同。

于 2012-10-06T10:08:19.680 回答
0

您需要Gtk# 的单声道项目下载页面中的安装程序。看看这个问题

从技术上讲,您还需要单声道,但由于这是用于 Windows,它将包括安装的 .NET。除非它是 Windows 的真正旧版本。

希望这可以帮助。

于 2015-08-07T21:50:45.213 回答