From dd9ea3e73016d360b0e3d1fc4b5fe2f230b5a3c7 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Mon, 13 Dec 2004 06:17:48 +0000 Subject: [PATCH] * INSTALL.txt: Minor updates to reflect build changes. svn path=/trunk/mcs/; revision=37685 --- mcs/ChangeLog | 4 ++++ mcs/INSTALL.txt | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mcs/ChangeLog b/mcs/ChangeLog index e783b74cd6491..3dc69edda264d 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,7 @@ +2004-12-13 Raja R Harinath + + * INSTALL.txt: Minor updates to reflect build changes. + 2004-11-25 Raja R Harinath * Makefile (DISTFILES): Add nunit.key. diff --git a/mcs/INSTALL.txt b/mcs/INSTALL.txt index e2f2927e20e32..2b59d588ba3b0 100644 --- a/mcs/INSTALL.txt +++ b/mcs/INSTALL.txt @@ -25,11 +25,11 @@ compilers and tools. If you only want to build a snapshot or a fresh CVS checkout of the sources, you should go into the `mono' sibling directory and issue the -make bootstrap command, like this: +make command, like this: cd ../mono ./autogen.sh --prefix=/usr/local - make bootstrap + make make install The compilation is bundled with the build due to dependencies on the @@ -68,7 +68,8 @@ If you get "corlib out of sync" errors, try make PROFILE="atomic" -The difference between the two modes is explained farther down. +A better alternative would be to fire off a 'make' from a sibling or +parent 'mono/' tree. Troubleshooting ===============