ec429 / libatg

A Tiny GUI toolkit for SDL
11 stars 2 forks source link

Please support MSYS2 MINGW64 #8

Open ghost opened 1 year ago

ghost commented 1 year ago
$ make
find: ‘/usr/share/fonts’: No such file or directory
Makefile:21: *** Liberation Mono Regular font not found: please install it or provide correct FONTSPATH.  Stop.

There is no /usr/share/fonts on MSYS2 MINGW64:

$ ls /usr/share/fonts
ls: cannot access '/usr/share/fonts': No such file or directory
ec429 commented 1 month ago

Wherever fonts are stored on your system, pass that path into make with the FONTSPATH variable, i.e. make FONTSPATH=/path/to/fonts. The build system will then search within that path and its subdirectories for LiberationMono-Regular.ttf.