vote up 2 vote down star
1

Using Mono on Linux, is there any way to create a standalone executable which will run on systems without mono installed?

flag

1 Answer

vote up 3 vote down check

You should take a look at the mkbundles command. It can static link all the required libraries and the CLR along with your app into one exe.

Also check out this page on the different ways of running mono applications.

link|flag

Your Answer

Get an OpenID
or

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