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:
authorMikhail Filippov <mikhail@filippov.me>2014-10-04 14:30:32 +0400
committerMikhail Filippov <mikhail@filippov.me>2014-10-04 20:19:46 +0400
commit8028c3e0b1c2333c39c36107c18300a2b491aaf3 (patch)
treef69221d81766af316f481cd590e610e14c0732f1 /README.md
parent38fc00bbd282a3dde784d916529f49a30615ddaa (diff)
[Mac] Update build instructions for Mac OS.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73a291640d..e3619bed4f 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ There are two variables you can set when running `configure`:
* `stable`: builds the MonoDevelop core and some stable extra add-ins.
* `core`: builds the MonoDevelop core only.
* `all`: builds everything
+ * `mac`: builds for Mac OS X
* You can also create your own profile by adding a file to the profiles
directory containing a list of the directories to build.
@@ -66,8 +67,8 @@ Packaging for OS X
To package MonoDevelop for OS X in a convenient MonoDevelop.app
file, just do this after MonoDevelop has finished building (with
-`make`):
-`cd main/build/MacOSX ; make MonoDevelop.app`
+`make`): `cd main/build/MacOSX ; make`.
+You can run MonoDevelop: `open MonoDevelop.app` or build dmg package: `./make-dmg-bundle.sh`
Dependencies
------------