From 0c05e77724bfff50d0db3cd4468b3a41e3ce709a Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sun, 23 Oct 2016 00:35:47 -0700 Subject: [PATCH] docs(readme): add further instructions for building docs on Mac Homebrew's `ghostscript` package does not install any fonts; `gm convert` will fail without them. Add instructions to install these fonts manually. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6cc8fd3c62..32a34125f6 100644 --- a/README.md +++ b/README.md @@ -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: