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:
authorMeai1 <Meai1@users.noreply.github.com>2014-05-31 14:36:50 +0400
committerMeai1 <Meai1@users.noreply.github.com>2014-05-31 14:36:50 +0400
commit3b130980064499fc736dd059ce13a0ab5d301ea0 (patch)
tree2d4cb0cd3f4cd3c045c170f2a369216d2540df90 /README.md
parent45362dc90be7eb00047898e237628c986df45ac0 (diff)
Update README.md
Add info on parallel installations which is going to be the case for 99% of people trying to compile and use mono from source.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07c950004d7..6d033c86540 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,10 @@ a. Build Requirements
* libzlib - This library and the development headers are required for compression
file support in the 2.0 profile.
+ 4. Mono is required to build Mono. Use a system package or mono-lite (explained further below)
+
+ 5. Now that you most likely already have an existing system Mono installation you will need to read this: http://mono-project.com/Parallel_Mono_Environments#Setting_up_a_Build_Environment
+
b. Building the Software
------------------------