Parcourir la source

Force user to specify prefix

svn path=/trunk/mcs/; revision=6220
Alp Toker il y a 23 ans
Parent
commit
3f0bdeb968
2 fichiers modifiés avec 12 ajouts et 18 suppressions
  1. 6 9
      mcs/INSTALL
  2. 6 9
      mcs/INSTALL.txt

+ 6 - 9
mcs/INSTALL

@@ -27,13 +27,10 @@ To build the compiler and class libraries, run:
 The libraries will be placed in the directory class/lib/ and the mcs
 compiler executable in mcs/.
 
-To install them, run:
+To install them, run the following, where prefix identifies where you
+want the files installed:
 
-    make -f makefile.gnu install
-
-You can also specify a prefix into which the files will be installed:
-
-    make -f makefile.gnu install prefix=/opt
+    make -f makefile.gnu install prefix=/usr/local
 
 If you are tracking Mono's development, you may sometimes need to share
 the compiled libraries with others. If you want to produce an easily
@@ -50,7 +47,7 @@ mcs setup. To build the compiler and class libraries, run:
 
     make
 
-The libraries will be placed in the directory class/lib/ and the mcs compiler
-executable in mcs/. They can then be copied to /usr/lib and /usr/bin or
-wherever desired on the target system.
+The libraries will be placed in the directory class/lib/ and the mcs
+compiler executable in mcs/. They can then be copied to /usr/lib and
+/usr/bin or wherever desired on the target system.
 

+ 6 - 9
mcs/INSTALL.txt

@@ -27,13 +27,10 @@ To build the compiler and class libraries, run:
 The libraries will be placed in the directory class/lib/ and the mcs
 compiler executable in mcs/.
 
-To install them, run:
+To install them, run the following, where prefix identifies where you
+want the files installed:
 
-    make -f makefile.gnu install
-
-You can also specify a prefix into which the files will be installed:
-
-    make -f makefile.gnu install prefix=/opt
+    make -f makefile.gnu install prefix=/usr/local
 
 If you are tracking Mono's development, you may sometimes need to share
 the compiled libraries with others. If you want to produce an easily
@@ -50,7 +47,7 @@ mcs setup. To build the compiler and class libraries, run:
 
     make
 
-The libraries will be placed in the directory class/lib/ and the mcs compiler
-executable in mcs/. They can then be copied to /usr/lib and /usr/bin or
-wherever desired on the target system.
+The libraries will be placed in the directory class/lib/ and the mcs
+compiler executable in mcs/. They can then be copied to /usr/lib and
+/usr/bin or wherever desired on the target system.