I was wondering if it is possible to use Mono static compilation on Windows. If so, what should I do?
|
3
|
|||||
|
|
|
Yes it is possible, |
|||
|
|
|
|
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. |
||
|
|
