Reputation: 7301
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...)
Note: I'm using the latest source from SVN. (I need tasklet support...)
Thanks.
Upvotes: 1
Views: 667
Reputation: 9982
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.
Upvotes: 3