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?
source
share