在 Windows 上构建 Mono 的类库

发布于 2024-08-01 13:21:24 字数 732 浏览 2 评论 0原文

任何人都可以提供有关如何在 Windows 上构建 Mono 类库(即 System.dll 和 mscorlib.dll)的分步说明吗? 我已经可以使用 msvc 构建核心 libmono/mono 内容。

我已经看过以下内容(它们都不起作用...)

  1. http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
  2. http://www.codeproject.com/KB/cross-platform/mono_on_windows.aspx
  3. http://www.mono-project.com/Compiling_Mono_on_Windows

注意:我使用的是 SVN 的最新源代码。 (我需要tasklet支持...)

谢谢。

Can anyone provide a step by step instruction on how to build the Mono class library (namely System.dll and mscorlib.dll) on windows? I can already build the core libmono/mono stuff using msvc.

I've already looked at the following (none of them work...)

  1. http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
  2. http://www.codeproject.com/KB/cross-platform/mono_on_windows.aspx
  3. http://www.mono-project.com/Compiling_Mono_on_Windows

Note: I'm using the latest source from SVN. (I need tasklet support...)

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作妖 2024-08-08 13:21:24

Cygwin 是在 Windows 上编译 Mono 类库的唯一受伪支持的方法。

您最好在 Linux 上编译它们,然后将它们复制到 Windows。

Cygwin is the only psuedo-supported way to compile the Mono class libraries on Windows.

You may be better off compiling them on Linux and then copying them over to Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文