[MonoDevelop] Running a Mono application without Mono installed?

raz3r daniele.raz3r at gmail.com
Tue Oct 26 05:32:53 EDT 2010


I am developing a C# Console Application with MonoDevelop IDE and I've
created the Tar Package to deploy the project. I see that the Tar Archive
contains an *.sh file:

#!/bin/sh

exec mono "./FWCreatorServer.exe" "$@"

That means that there must be Mono installed on the machine in order to run
my program right?

If so is there a way to merge my program with a clean installation of Mono?
Or do I have to manually install Mono before installing my program? Consider
that my program should run like a "Windows service", I mean I start Linux
and my program starts automatically in the background.

Otherwise is there a way to create a "Linux" executable that does not need
Mono? I don't see any options in MonoDevelop IDE, just Create Package.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Running-a-Mono-application-without-Mono-installed-tp3013378p3013378.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list