From 7d613baec2433e1466754d3e80016f3411af9b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 17 Jan 2013 10:01:09 +0100 Subject: [PATCH] Fix font patching instructions for OS X Closes #46. --- docs/source/fontpatching.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/fontpatching.rst b/docs/source/fontpatching.rst index 17df92dd..b91dd8d2 100644 --- a/docs/source/fontpatching.rst +++ b/docs/source/fontpatching.rst @@ -106,7 +106,7 @@ OS X $ brew uninstall fontforge $ brew update - $ brew install --use-gcc fontforge + $ brew install fontforge **Note:** You may have to use ``--use-clang`` instead of ``--use-gcc`` when compiling FontForge. @@ -114,7 +114,7 @@ OS X 3. If you don't have FontForge, install it with Homebrew:: $ brew update - $ brew install --use-gcc fontforge + $ brew install fontforge 4. Patch your fonts by passing the ``fontpatcher`` script as a parameter to FontForge::