Skip to content

Instantly share code, notes, and snippets.

@Factoid
Last active May 2, 2016 20:08
Show Gist options
  • Save Factoid/7c187e28cc7c5c5310cdd60c4460b180 to your computer and use it in GitHub Desktop.
Save Factoid/7c187e28cc7c5c5310cdd60c4460b180 to your computer and use it in GitHub Desktop.
Example .pc files for Sonic Pi dependencies
### SAMPLE libboost.pc for OSX homebrew install
prefix=/usr/local/Cellar/boost/1.60.0_2/
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libboost
Description: Boost Library
Version: 1.60.0
Libs: -L${libdir}
Cflags: -I${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment