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:
-rw-r--r--mcs/INSTALL15
-rw-r--r--mcs/INSTALL.txt15
2 files changed, 12 insertions, 18 deletions
diff --git a/mcs/INSTALL b/mcs/INSTALL
index 954fdcaa3f4..83f0273df05 100644
--- a/mcs/INSTALL
+++ b/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.
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.