Skip to content

Instantly share code, notes, and snippets.

@AgiosAndreas
Created December 14, 2011 10:15
Show Gist options
  • Save AgiosAndreas/1476002 to your computer and use it in GitHub Desktop.
Save AgiosAndreas/1476002 to your computer and use it in GitHub Desktop.
Building MonoDevelop from sources on OS X
#!/bin/bash
git checkout newresolver
export PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH"
export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Home/lib/pkgconfig
export DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib
./configure --profile=mac
make
make run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment