> From: Tony <tonys****@lords*****> > Date: Mon, 23 Sep 2019 19:17:19 +0200 > > So according to https://github.com/adafruit/Adafruit-GFX-Library/blob/master/fontconvert/fontconvert_win.md I > have: > Installed the MinGW in C:\MinGW folder > Installed FreeType library freetype-2.10.1.tar.gz in C:\ft10 > Installed MSYS in C:\MinGW\MSYS > Successfully started msys.bat from C:\MinGW\msys\1.0 > and > cd /c > cd ft10 > > but after typing > ./configure --prefix=/mingw > I receive: > sh: ./configure: No such file or directory Those instructions seem to be outdated, as there's now a prebuilt Makefile there, so no need to run the (absent) configure script. Just run "make".