[Mono-list] help installing

Miguel de Icaza miguel@ximian.com
26 Apr 2002 13:41:47 -0400


> I am new to Mono and am trying to get the latest version installed and
> running on Linux.  I used the mono-build.sh script off your web page. 
> It ran successfully.  I set my PATH and LD_LIBRARY_PATH to point to the
> new installed bin and lib directories.  When the script finished it said
> "don't forget to copy the class files to the lib directory."  I guess
> those are part of the mcs-0.11 tarball I can get of the web?  That
> package won't compile.  Here is what it says when I type "make":

mono-0.11 contains everything you need.

mcs-0.11 is the sources if you want to rebuild pieces, but it does not
compile on Linux right now (compiler not ready, and makefiles not ever
used on Linux).

Miguel