[Mono-list] Instructions for installing from CVS on Linux
John R. Hicks
angryjohn69@nc.rr.com
23 Sep 2002 08:11:02 -0400
--=-WbSMTgza2+7aEjpDkUPk
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi all,
After much research, question-asking, and experimentation, I -think- I
have gotten a documented set of procedures for compiling from CVS on
Linux boxen. Could somebody go over these and let me know if there's a
problem? I'm sure that this probably has been gone over numerous times,
but for my own piece of mind, I just wanted to get an actual procedure
documented somewhere for future reference. Sorry in advance if I
stepped on someone's toes.
<instructions>
Steps to compile Mono from CVS on Linux:
- Download mcs and mono from CVS
- cd <mono_base>/mcs/class/corlib. Run make -f makefile.gnu.
- cd <mono_base>/mono. Run autogen.sh (there's an error with automake,
at least on my install), then autoconf.
- Run configure --prefix=<your install dir>, then make, then make
install.
- cd <mono_base>/mcs/class/corlib. Run make -f makefile.gnu install
prefix=<your install dir>
- cd <mono_base>/mcs. Run make -f makefile.gnu, then make -f
makefile.gnu install prefix=<your install dir>
This -should- get you an updated Mono installation.
</instructions>
Thanks,
John
--=-WbSMTgza2+7aEjpDkUPk
Content-Type: text/html; charset=utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.0.4">
</HEAD>
<BODY>
Hi all,
<BR>
After much research, question-asking, and experimentation, I -think- I have gotten a documented set of procedures for compiling from CVS on Linux boxen. Could somebody go over these and let me know if there's a problem? I'm sure that this probably has been gone over numerous times, but for my own piece of mind, I just wanted to get an actual procedure documented somewhere for future reference. Sorry in advance if I stepped on someone's toes.
<BR>
<BR>
<instructions>
<BR>
Steps to compile Mono from CVS on Linux:
<BR>
<BR>
- Download mcs and mono from CVS
<BR>
- cd <mono_base>/mcs/class/corlib. Run make -f makefile.gnu.
<BR>
- cd <mono_base>/mono. Run autogen.sh (there's an error with automake, at least on my install), then autoconf.
<BR>
- Run configure --prefix=<your install dir>, then make, then make install.
<BR>
- cd <mono_base>/mcs/class/corlib. Run make -f makefile.gnu install prefix=<your install dir>
<BR>
- cd <mono_base>/mcs. Run make -f makefile.gnu, then make -f makefile.gnu install prefix=<your install dir>
<BR>
<BR>
This -should- get you an updated Mono installation.
<BR>
</instructions>
<BR>
<BR>
Thanks,
<BR>
John
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>
--=-WbSMTgza2+7aEjpDkUPk--