-
Notifications
You must be signed in to change notification settings - Fork 59
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
Instructions to build from source is missing #15
Comments
What are you trying to build? The TTF, OTF and webfont files are all included in this repo. |
It is very common to build these files from source code for various purposes(Packaging for operating systems, learning purposes, when somebody want to modify and rebuild the font etc etc). Reproducibility is very very important. |
seems to do it. |
Thanks for this, @alexmyczko Here's my process. For TTF there are two steps. Build the compiled fonts, and then autohint those files:
For OTF there's one step:
|
Would fail for me with:
|
What about building the WOFF/WOFF2 files? |
for woff2 you can just use woff2_compress ? |
When I try to follow the build instructions and run the build-all.sh I get an error about not having ttfautohints. I'm building on a Fedora 33 system. I haven't been able to find how to install it on Fedora and it doesn't appear to be in the requirements.txt. For now I'm just using the build-vf.sh script. I need to get the woff and woff2 files into an air-gapped system. Is there a way to get ttfautohints on Fedora or make the woff/woff2 files another way? I'm not sure what files I would run the woff2_compress command on, the ttf files? |
@dmc5179 https://repology.org/project/ttfautohint/versions it's been around for years? |
Please provide instructions to build from source and associated scripts(example: Makefile or similar scripts)
The text was updated successfully, but these errors were encountered: