Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support MSYS2 MINGW64 #8

Open
ghost opened this issue Jun 25, 2023 · 1 comment
Open

Please support MSYS2 MINGW64 #8

ghost opened this issue Jun 25, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 25, 2023

$ 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
Copy link
Owner

ec429 commented Aug 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant