Skip to content

Instantly share code, notes, and snippets.

@xianhuazhou
Created October 8, 2010 11:16
Show Gist options
  • Save xianhuazhou/616634 to your computer and use it in GitHub Desktop.
Save xianhuazhou/616634 to your computer and use it in GitHub Desktop.
. /sw/bin/init.sh
export CFLAGS=-I/sw/include
export LDFLAGS=-L/sw/lib
export CXXFLAGS=$CFLAGS
export CPPFLAGS=$CXXFLAGS
export ACLOCAL_FLAGS="-I /sw/share/aclocal"
export PKG_CONFIG_PATH="/sw/lib/pkgconfig"
export PATH=/sw/var/lib/fink/path-prefix-10.6:$PATH
export MACOSX_DEPLOYMENT_TARGET=10.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment