You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i did tried build fontconvert and still no luck (freetype2 also not detected)
there is any precomplied binary (fontconvert,exe) that can used instead build by self (since building took too much my data plan and very slow because my country speed (only 25KB/s) for downloading tools (took 1GB of my data plan only for complied this)
$ make
gcc -Wall -I c:/mingw/include/freetype2 fontconvert.c -lfreetype -o fontconvert
/usr/lib/gcc/x86_64-pc-msys/13.2.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lfreetype: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:8: fontconvert] Error 1
The text was updated successfully, but these errors were encountered:
i did tried build fontconvert and still no luck (freetype2 also not detected)
there is any precomplied binary (fontconvert,exe) that can used instead build by self (since building took too much my data plan and very slow because my country speed (only 25KB/s) for downloading tools (took 1GB of my data plan only for complied this)
The text was updated successfully, but these errors were encountered: