Can I use Mono Static Compilation on Windows?

I was wondering if you can use Mono static compilation on Windows. If so, what should I do?

+3
source share
2 answers

To statically compile your code, you use the `mkbundle 'tool.

The mkbundle tool requires cygwin to be installed (to build a static binary, it requires a collector, linker, and compiler).

+9
source

All Articles