Sunday, 8 September 2013

un-recompiled .net application on mono

un-recompiled .net application on mono

I'm new to the whole mono/linux scene, but couldn't find an answer to a
simple question: Given a .net application which only uses mono supported
libraries/functions (unintentional): Will you be able to run it on linux
using mono without having to recompile it using the mono compiler ?
My apologies if this is very basic, but with all the info around I'm only
ending up more and more confused.
-- Just for information sake: I'm going to try to use a raspberry pi
running debian and mono to run an application called domdomsoft
mangadownloader and an application that serves as a httpd server for
transfering the files. Both applications are built in .net and appear very
basic, so I'm guessing they are not using any code that would not be
supported by mono.
Since I don't have any of the source code, I won't be able to recompile
anything. So I'm hoping that I can just run the .exe's using mono on the
raspberry pi.

No comments:

Post a Comment