[Mono-list] What is required for deploying Mono applications?

goto gotomail at lavabit.com
Mon Dec 22 09:01:08 EST 2008



Tan Silliksaar wrote:
> Do my users need to install Mono (or any other framework) before they can
> run my application or could I just add needed libraries in my project
> folder?
If you compile your Project into the CIL (Common Intermediate Language), and
this is the default way by compiling C# Projects with VS05/8 and
MonoDevelop, your users need to install Mono (on Linux and Mac OS X) or .NET
(Windows).


Tan Silliksaar wrote:
> Would I really be able to create a universal project while sitting in
> front of my Windows machine, so that it would also run on Linux and Mac?
Yes you are able to do that, but some new Features in C# / .NET aren't
implemented yet.
Keep in mind to follow the Portability Guidelines:
http://mono-project.com/Guidelines:Application_Portability


-- 
View this message in context: http://www.nabble.com/What-is-required-for-deploying-Mono-applications--tp21124399p21128296.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list