I was wondering if it is possible to use Mono static compilation on Windows. If so, what should I do?
+8
A:
To statically compile your code, you use the tool `mkbundle'.
The mkbundle tool requires a cygwin setup (it needs the assembler, linker and compiler) to generate the static binary.
miguel.de.icaza
2009-01-02 07:46:45
AND THIS WILL WORK WITHOUT .NET RUNTIME?? ***shock*** :O
Camilo Martin
2010-03-18 04:10:34