[MonoDevelop] HOWTO Build MonoDevelop on OS X

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Apr 19 20:08:21 EDT 2011


On Sun, Apr 10, 2011 at 4:15 PM, pain <briantmeyer at cox.net> wrote:
> using
> export DYLD_LIBRARY_PATH=/opt/local/lib
>
> will break things in OS X and is only to allow testing of libraries.
>
> You should install it like this
> export
> DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/opt/local/lib
>
> which does the same thing, but does not interfere with other programs

Yup, these instructions have long been superseded by
http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X
which uses DYLD_FALLBACK_LIBRARY_PATH (as do the various MD launch
scripts for Mac).

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list