This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Working on Ubuntu 17.04 #24
Labels
open-question
A question FROM the project maintainers to the issue participants
on Xubuntu I've installed fonttools:
but it keep serving me error:
Looking at the source code I've notice that it run which("pyftsubset") and that binary is not provided when Installing form pip you need to run
sudo apt install fonttools
and running
glyphhanger
there is requirement for zopfliCommenting out that option shows another error that brotli is required not optional:
After installing brotli and commentout out
cmd.push( "--with-zopfli" )
the program finally run.The text was updated successfully, but these errors were encountered: