PDA

View Full Version : MonoDevelop Quick Question



DaveTheAve
October 8th, 2007, 03:52 PM
If I was to develop an application in MonoDevelop and compile it; does the computer the application was to run on REQUIRE mono to be installed?

ryno519
October 8th, 2007, 03:56 PM
Yes.

emperon
October 8th, 2007, 07:16 PM
Yes but not compulsory.

Firstly most linux distro and windows boxes can run mono applications out of box.
2nd, you can use mkbundle2 tool of mono to statically link the mono library this way your application will become independent from mono (at the cost of losing cross platformity)