[Mono-list] getting mono

Maurizio Colucci seguso.forever@tin.it
Tue, 24 Jun 2003 20:13:12 +0200


On Tuesday 24 June 2003 16:36, Ing. Luis Jimenez wrote:
> Hi everyone!!! I'm writing from mexico, an i have a question, how or
> where can i get mono? I need it because I need to prove it, currently
> I'm developing a web application with asp .net, using visual studio
> .net, but where I have my site, they use only linux plataform, so to
> garantize the perfect work of my asp pages, they recommended me to get
> mono, but I'm new on this so, please advice me what can I do ok, I'll
> really appreciate what you'll do for me, other thing sorry about my
> English I know its no so good but I try ok ill be waiting for your
> answer ok
> Bye
> luis


I did this:

1. install debian (sid).

2. add to 
   
  /etc/apt/sources.list

the lines
 
  deb http://www.debianplanet.org/mono unstable main
  deb-src http://www.debianplanet.org/mono unstable main


3.  apt-get install mono


now you have mono. i.e. you can type


 mcs file.cs -o file.exe

and it gets compiled.

You can also run it with 


  mono file.exe


cheers