Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@mono-cvs.ximian.com>2002-07-28 08:24:00 +0400
committerAlp Toker <alp@mono-cvs.ximian.com>2002-07-28 08:24:00 +0400
commit3f0bdeb968f87bf321962c0e45df4f6b0384d5be (patch)
tree1992d4aca7eca52078f95b8281bf1071e43c2a65 /mcs/INSTALL.txt
parent949cd9ebff66a076112b027baa14c51f69b44d0a (diff)
Force user to specify prefix
svn path=/trunk/mcs/; revision=6220
Diffstat (limited to 'mcs/INSTALL.txt')
-rw-r--r--mcs/INSTALL.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/mcs/INSTALL.txt b/mcs/INSTALL.txt
index 954fdcaa3f4..83f0273df05 100644
--- a/mcs/INSTALL.txt
+++ b/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.