Skip to content

Instantly share code, notes, and snippets.

@ivg
Created December 9, 2014 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivg/d93e3e00bb1654d35b07 to your computer and use it in GitHub Desktop.
Save ivg/d93e3e00bb1654d35b07 to your computer and use it in GitHub Desktop.
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
export MANPATH=/opt/local/man
export LDFLAGS='-L/opt/local/lib'
export CPPFLAGS='-I/opt/local/include'
export LD_LIBRARY_PATH=/opt/local/lib
export LD_INCLUDE_PATH=/opt/local/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment