Skip to content

Instantly share code, notes, and snippets.

@mdshw5
Created March 27, 2014 16:43
Show Gist options
  • Save mdshw5/9812062 to your computer and use it in GitHub Desktop.
Save mdshw5/9812062 to your computer and use it in GitHub Desktop.
pkg-config files for custom matplotlib installation
prefix=/home/matt/.local
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: freetype2
Description: The freetype2 library
Version: 2.5.3
Cflags: -I${includedir}/freetype2
Libs: -L${libdir} -lfreetype
Libs.private: -lz -lbz2
prefix=/home/matt/.local
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: libpng
Description: The png library
Version: 1.6.8
Cflags: -I${includedir}/libpng16
Libs: -L${libdir} -lpng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment