Fix font patching instructions for OS X

Closes #46.
This commit is contained in:
Kim Silkebækken 2013-01-17 10:01:09 +01:00
parent 6bf501df51
commit 7d613baec2
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ OS X
$ brew uninstall fontforge $ brew uninstall fontforge
$ brew update $ brew update
$ brew install --use-gcc fontforge $ brew install fontforge
**Note:** You may have to use ``--use-clang`` instead of ``--use-gcc`` **Note:** You may have to use ``--use-clang`` instead of ``--use-gcc``
when compiling FontForge. when compiling FontForge.
@ -114,7 +114,7 @@ OS X
3. If you don't have FontForge, install it with Homebrew:: 3. If you don't have FontForge, install it with Homebrew::
$ brew update $ brew update
$ brew install --use-gcc fontforge $ brew install fontforge
4. Patch your fonts by passing the ``fontpatcher`` script as a parameter to 4. Patch your fonts by passing the ``fontpatcher`` script as a parameter to
FontForge:: FontForge::