Hey, > I'm a Windows developer and work and Linux user at home. So I'm very > interested in Mono, but the whole build system is agonizing to me. I > found myself running "make && sudo make install" on Mono just to test my > tiny changes to corlib/System/Decimal.cs. There has to be a better way, > but makefiles are a complete mystery to me.
Go to the corlib directory, and type: make install PROFILE=net_2_0 That will trigger the build and the installation of your changes (the minimal required) and will specify that you want to do this for the 2.0 profile. This is btw, mentioned in the mcs/README file, I know, its not very obvious. Miguel. _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list