23 | | You can download preview builds at http://monodevelop.com/files/MacOSX/trunk-builds/ which are sometimes in better shape than the last official release. |
| 23 | When running install.cobra, I get this error: |
| 24 | {{{ |
| 25 | Failed! |
| 26 | $ /Library/Frameworks/Mono.framework/Commands/pkg-config --libs monodevelop |
| 27 | | Package monodevelop was not found in the pkg-config search path. |
| 28 | | Perhaps you should add the directory containing `monodevelop.pc' |
| 29 | | to the PKG_CONFIG_PATH environment variable |
| 30 | | No package 'monodevelop' found |
| 31 | Compilation failed - 1 error, 0 warnings |
| 32 | }}} |
25 | | (2012-08-27) I think support for Mac users has improved and the official releases might be the way to go now. I don't have a Mac so I can't verify but if so then this section can be removed - nerdzero |
26 | | |
27 | | (2010-11-13) I'm currently having my best experience with the 2010-10-26 build from http://monodevelop.com/files/MacOSX/trunk-builds/ (The 2010-11-12 build was too buggy--couldn't even use File > Open.) - CharlesEsterbrook |
28 | | |
29 | | (2009-12-03) Consider getting !MonoDevelop at http://monodevelop.com/Download/Mac_MonoTouch which reports itself as an RC. For some reason, the normal !MonoDevelop download page is offering Beta 2 instead the RC. |
30 | | |
| 34 | I'm guessing that building MonoDevelop on the Mac in question could resolve this, but haven't tested that guess yet: |
| 35 | http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X |