X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FINSTALL.txt;h=2b59d588ba3b029982d950d69de74cd90d231faa;hb=9f1983da903f03ca8f9545603636096013a9f451;hp=e2f2927e20e328c298093cde0731363fe3d5bd93;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/INSTALL.txt b/mcs/INSTALL.txt index e2f2927e20e..2b59d588ba3 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 ===============