[Mono-devel-list] A little guidance would be appreciated
    Miguel de Icaza 
    miguel at ximian.com
       
    Sun Nov  9 00:41:10 EST 2003
    
    
  
Hello,
> I am a C# .NET newbie, and would like to contribute in library
> development. Please guide me how to begin.
A few steps:
	* Compile Mono from released sources (use the daily packages,
	  since they contain the latest and greatest).
	 	www.go-mono.com/daily for the runtime	
		www.go-mono.com/snapshot for the class library source
					 code.
	* Prepare your build environment
		tar xzvf mcs-XXX.tar.gz
		cp -a mcs-XXX mcs-XXX-original
	* Develop your class, start by making small changes to existing
	  classes, and installing them, make sure your change is
	  working.
		vi mcs/class/System/...etc
	* Send us a diff against the original version.  
		diff -ruN mcs-XXX-original mcs-XXX > patch
	
    
    
More information about the Mono-devel-list
mailing list