Skip to content

Instantly share code, notes, and snippets.

@yuya-oc
Created July 30, 2012 12:48
Show Gist options
  • Save yuya-oc/3206679 to your computer and use it in GitHub Desktop.
Save yuya-oc/3206679 to your computer and use it in GitHub Desktop.
Drawstuff configuration template for pkg-config on Mac OSX
#please replace @prefix@ to ode-prefix(pkg-config ode --variable=prefix)
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: drawstuff
Description: Drawstuff
Version: 0.12
Libs: -L${libdir} -ldrawstuff -framework GLUT -framework OpenGL
Libs.private: -lstdc++ -lm
Cflags: -I${includedir} -DDRAWSTUFF_TEXTURES_PATH=\"${libdir}/drawstuff/textures\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment