1
0

Make build pipeline platform independent

This commit is contained in:
2026-03-02 12:19:11 +01:00
parent d91c27ca78
commit d13055124e
2 changed files with 52 additions and 7 deletions

View File

@@ -24,6 +24,12 @@ After running `build.py`, you should get:
- `out/sfd`: FontForge source files (generated)
- `out/ttf`: final TTF fonts (generated)
## Prerequisites
- **Python 3**
- **[fontTools](https://github.com/fonttools/fonttools)** — install with `pip install fonttools`
- **[FontForge](https://fontforge.org)** — the build script auto-detects FontForge from PATH, Flatpak, or the macOS app bundle
## Building
```