mono without .NET

  • Thread starter Thread starter anonymous
  • Start date Start date
So, I was able to compile my Csharp program using Mono
(http://www.go-mono.com/). It seems to still rely on .NET
though. Is there a way to compile it so it will run
independent of .NET?

It will run without .NET if you run

mono myapp.exe

If you just run myapp.exe it will use .NET itself.
Of course, to run it independently of .NET you still need *a* framework
installed - in this case, Mono.
 
Back
Top