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

Chris Howie cdhowie at gmail.com
Wed Dec 24 16:49:19 EST 2008


On Tue, Dec 23, 2008 at 1:44 AM, Tan Silliksaar <tan at semitar.com> wrote:
> goto wrote:
>> ... and this is the default way by compiling C# Projects with VS05/8 and
>> MonoDevelop
>
> Thank you. Are there other ways of compiling C# in Mono?

You can either compile from the MonoDevelop IDE or by using gmcs, the
command-line C# 2/3 compiler (it supports C# 2 and 3 features and
targets the 2.0 framework with some features from >2 such as LINQ).

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list