pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

MACOS fonts not found #4

Closed MoD01 closed 6 years ago

MoD01 commented 7 years ago

I am using macOS and get this error :

No such file or directory: 'fc-list'.

pklaus commented 7 years ago

Hi MoD01,

sorry for the late reply. fc-list is a command line tool that comes with fontconfig. This can be installed on Mac OS X / "Mac OS" with Homebrew:

  1. Install Homebrew if not done so already: https://brew.sh/
  2. Install fontconfig: http://brewformulas.org/Fontconfig

Hope this helps. And thanks for the bug report. It reminds me I should mention this requirement in the README.

pklaus commented 6 years ago

In 02d69f6 I mentioned fontconfig in the requirements and in c455a9e it was further clarified. Thanks again for filing this bug report.

jdhao commented 1 year ago

In 02d69f6 I mentioned fontconfig in the requirements and in c455a9e it was further clarified. Thanks again for filing this bug report.

The fontconfig formula URL is invalid and has been changed to https://formulae.brew.sh/formula/fontconfig#default.