Created
March 27, 2014 16:43
-
-
Save mdshw5/9812062 to your computer and use it in GitHub Desktop.
pkg-config files for custom matplotlib installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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