3

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

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

2 Answers 2

9

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.

Sign up to request clarification or add additional context in comments.

1 Comment

AND THIS WILL WORK WITHOUT .NET RUNTIME?? shock :O
4

Yes it is possible,

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.