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:
authorTherzok <teromario@yahoo.com>2013-10-30 01:42:11 +0400
committerTherzok <teromario@yahoo.com>2013-10-30 01:42:11 +0400
commit54e217676fa42f7cc167e3832efb92a4627a3245 (patch)
treeea33fd734a721f172c8adb1a6819141a088daa6f /README.md
parent05a18c979a68842458c1b79bb9d22ab6d64e8292 (diff)
[README] Final inconsistency fix. Love the new README.
Diffstat (limited to 'README.md')
-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
-----------------