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 | | }}} |
33 | | |
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 |
| 23 | Support for installation of the addin on Mac was recently added. Testing the addin and reporting your results on the forums or the issues list on GitHub would be appreciated. |