Skip to content

Commit

Permalink
* INSTALL.txt: Minor updates to reflect build changes.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=37685
  • Loading branch information
harinath committed Dec 13, 2004
1 parent 5434fa2 commit dd9ea3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions mcs/ChangeLog
@@ -1,3 +1,7 @@
2004-12-13 Raja R Harinath <rharinath@novell.com>

* INSTALL.txt: Minor updates to reflect build changes.

2004-11-25 Raja R Harinath <rharinath@novell.com>

* Makefile (DISTFILES): Add nunit.key.
Expand Down
7 changes: 4 additions & 3 deletions mcs/INSTALL.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
===============
Expand Down

0 comments on commit dd9ea3e

Please sign in to comment.