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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index e9808ba5f7..3b2bbadbf3 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,17 @@ To compile execute:
There are two variables you can set when running 'configure':
-To set the install prefix: `--prefix=/path/to/prefix`
+To set the install prefix:
-To install with the rest of the assemblies: `--prefix="pkg-config --variable=prefix mono"`
+`--prefix=/path/to/prefix`
-To choose a build profile: `--profile=profile-name`
+To install with the rest of the assemblies:
+
+`--prefix="pkg-config --variable=prefix mono"`
+
+To choose a build profile:
+
+`--profile=profile-name`
There are some predefined profiles:
@@ -52,11 +58,11 @@ install it by executing:
Installing *(Optional)*
----------
-`make install`
-
(It's possible that you need to install for your locale to be
correctly set.)
+`make install`
+
Packaging for OSX
-----------------