[Mono-list] NEWBIE: How do I build corlib under Linux?

Miguel de Icaza miguel@ximian.com
23 Jul 2002 12:51:33 -0400


Hello,

> You can build your own (see the web site on how to get the mcs project
> from cvs), but in order to build them using mcs you need a set of
> working class libraries. After building the runtime (using
> mono-build.sh) get them from the nightly build and put them (and
> mcs.exe) in your mono/install/lib directory. Then you should be able to
> do:
> 
> 	cd mcs
> 	make -f makefile.gnu
> 	cp mcs/mcs.exe class/lib/*.dll ../install/lib

I wanted to add something:

	You can either get your dose of DLLs from MonoCharge, or
	from http://primates.ximian.com/~miguel/runtime.

MonoCharge is updated automatically, while the later is only updated
when I am around (and I wont be around this week).

Once you have the DLLs, you can use `make -f makefile.gnu' as described
before to self-host.

Miguel