[Mono-list] How to compile MCS

Miguel de Icaza miguel@ximian.com
10 Jul 2001 19:21:57 -0400


> I am sorta newbie out here. I have downloaded the latest sources as well =
> as the CVS snapshots .I wish to kno what r the executables so far as =
> mcs, jay and mono are concerned. Its quite confusing goi  thru all the =
> directories and executing just the make files.
> 
> I am quite new to the concept of .NET too

The information on the Web site should describe this
(www.go-mono.net/c-sharp.html). 

Basically:

	1. On Linux:
		Type
			cd mcs/mcs
			make parser

	2. On Windows (once you have generated the parser,
	   copy it over, or use a shared SMB share)

			cd mcs/mcs
			make

Miguel.