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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top