It would be really nice to have matplotlib in my cygwin environment. I have 64-bit Windows 8 with 64-bit cygwin.
When I type:
pip install matplotlib
I get whe following error message:
* The following required packages can not be built:
* freetype
As per apt-cyg I have following packages already installed:
Searching for installed packages matching freetype:
cygwin32-freetype2
freetype2-debuginfo
libfreetype-devel
libfreetype-doc
libfreetype6
What else does it need? How to install freetype & matplotlib properly?