vote up 1 vote down star
3

I was wondering if it is possible to use Mono static compilation on Windows. If so, what should I do?

flag

What do you mean with static compilation? You want to compile so .NET is not needed? – leppie Dec 1 '08 at 7:01
I think he meant using Mono without the requirement of JIT – igorgue Dec 2 '08 at 15:28

2 Answers

vote up 2 vote down check

Yes it is possible,

http://www.mono-project.com/AOT#Supported_Platforms

link|flag
vote up 7 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.