Skip to content

Commit

Permalink
Merge pull request ReactiveX#2060 from boneskull/ghostscript-mac-fonts
Browse files Browse the repository at this point in the history
docs(readme): add further instructions for building docs on Mac
  • Loading branch information
kwonoj authored Oct 24, 2016
2 parents 8ebee66 + 0c05e77 commit ece1b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ For Mac OS X with [Homebrew](http://brew.sh/):
- `brew install imagemagick`
- `brew install graphicsmagick`
- `brew install ghostscript`
- You may need to install the Ghostscript fonts manually:
- Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
- `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`

For Debian Linux:

Expand Down

0 comments on commit ece1b89

Please sign in to comment.