[Mono-list] How to compiler the c# and run it ?

Miguel de Icaza miguel@ximian.com
06 Jan 2002 20:06:27 -0500


> What's the command that compiler the c# and run it ?
> Do you have some samples ?

First compile `mcs', like this:

cd mcs; 
make linux

Then go into the Mono C# compiler directory:

cd mcs
make mcs3.exe

(That will build the compiler two times)

Miguel.