From 7c2200584a3f548244cf2e01fdce3184dffd049f Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 18 Mar 2016 20:24:17 +0000 Subject: [PATCH] Update README: update prerequisites for OS X. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a9cd6d..ca92c49 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Building on Mac OS X You will need XCode tools, CMake and libpng. Assuming you use [homebrew][], these can be installed with: - brew install cmake libpng + brew install cmake libpng freetype XCode has to be installed via AppStore; it requires a free Apple ID.