From 8028c3e0b1c2333c39c36107c18300a2b491aaf3 Mon Sep 17 00:00:00 2001 From: Mikhail Filippov Date: Sat, 4 Oct 2014 14:30:32 +0400 Subject: [Mac] Update build instructions for Mac OS. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ------------ -- cgit v1.2.3