Distribute the application without installing mono

I want to distribute my C # application to every computer in a Linux cluster so that I can run it without having to install mono on every computer.

I spent hours trying to get mkbundle to work, but it does not communicate properly (I cannot run the application on another machine that does not have mono installed).

What is the best way to do this?

+5
source share
1 answer

In this case, it would be better to install mono separately - updating your application will be easier if you do not need to enable mono every time. The exact tuning will depend on a certain value on what type of Linux you are using, but even if you are building the source, there are ways to make installing mono relatively painless.

-4
source

All Articles