在 Windows 上构建 Mono 的类库
任何人都可以提供有关如何在 Windows 上构建 Mono 类库(即 System.dll 和 mscorlib.dll)的分步说明吗? 我已经可以使用 msvc 构建核心 libmono/mono 内容。
我已经看过以下内容(它们都不起作用...)
- http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
- http://www.codeproject.com/KB/cross-platform/mono_on_windows.aspx
- 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...)
- http://ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html
- http://www.codeproject.com/KB/cross-platform/mono_on_windows.aspx
- http://www.mono-project.com/Compiling_Mono_on_Windows
Note: I'm using the latest source from SVN. (I need tasklet support...)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.