Skip to content

Commit

Permalink
update ttfautohint dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
shinenelson committed Oct 22, 2017
1 parent 3b70225 commit 05faeeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -16,13 +16,15 @@ pip install -r requirements.txt
```

## Dependencies to generate webfonts
* ttfautohint
* sfnt2woff
* [woff2](https://github.com/google/woff2)

### Install on MacOS
```
brew tap bramstein/webfonttools
brew update
brew install ttfautohint
brew install bramstein/webfonttools/sfnt2woff
brew install bramstein/webfonttools/woff2
Expand All @@ -32,7 +34,7 @@ Install the dependencies with the respective package manager for your distributi

Note : Compiling [woff2](https://github.com/google/woff2) from source is fairly easy with no additional dependencies (other than the included submodules - [brotli](https://github.com/google/brotli), [terryfy](https://github.com/MacPython/terryfy), [esaxx](https://github.com/hillbig/esaxx)).
#### Debian-based systems (aptitude | apt)
`apt install woff-tools` (provides `sfnt2woff`)
`apt install ttfautohint woff-tools`

## Generating fonts

Expand Down

0 comments on commit 05faeeb

Please sign in to comment.