Wiki

Changes between Version 12 and Version 13 of MonoDevelop

Show
Ignore:
Timestamp:
09/24/12 01:01:10 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MonoDevelop

    v12 v13  
    2121== Mac Users == 
    2222 
    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. 
     23When running install.cobra, I get this error: 
     24{{{ 
     25Failed! 
     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 
     31Compilation failed - 1 error, 0 warnings 
     32}}} 
    2433 
    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  
     34I'm guessing that building MonoDevelop on the Mac in question could resolve this, but haven't tested that guess yet: 
     35http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X 
    3136 
    3237== Ubuntu Users ==