2004-02-16 Carlos Guzm��n ��lvarez <carlosga@telefonica.net>
[mono.git] / mcs / INSTALL.txt
index 4a096cba703c1c96af314a1e7102c418e824729d..cc8338f46e223e141764e375f4da2efc7f2ace0a 100644 (file)
@@ -9,23 +9,32 @@ be supplemented by the class libraries, which are written in C#.  This
 package contains the components written in C#: class libraries,
 compilers and tools.
 
-Build Process for Users.
-========================
+*********************************************************************
+*                                                                   *
+*                            NOTICE                                 *
+*                                                                   *
+*      Unless you are developing the class libraries, you should   *
+*      not need to do any build steps in this directory.           *
+*                                                                   *
+*       Go to ../mono and read the README file to compile and       *
+*       install.                                                    *
+*                                                                   *
+*********************************************************************
 
 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 fullbuild command, like this:
 
          cd ../mono
-         ./autogen --prefix=/usr/local
+         ./autogen.sh --prefix=/usr/local
          make fullbuild
 
 That will build and install the code in a single pass.  The
 compilation is bundled with the build due to dependencies on the class
 libraries on the runtime.
 
-Build Features for Developers.
-==============================
+Build Features for Developers of Mono.
+======================================
 
 These instructions apply to both Linux and Windows. To build this
 package, you must already have a C# compiler installed.  This means