From 51976e642001ec86f70cae535dfe40f3b3fb5ead Mon Sep 17 00:00:00 2001 From: scott-vsi Date: Wed, 2 Mar 2016 10:52:06 -0500 Subject: [PATCH] Update INSTALL suggest installing pkg-config if freetype is not found --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 8df87b45f47d..7defde8ec1c5 100644 --- a/INSTALL +++ b/INSTALL @@ -212,7 +212,11 @@ Required Dependencies Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz :term:`FreeType` 2.3 or later - library for reading true type font files. + Library for reading true type font files. If using pip, easy_install or + installing from source, the installer will attempt to locate FreeType in + expected locations. If it cannot, try installing `pkg-config + `__, + a tool used to find required non-python libraries. `cycler `__ 0.9 or later Composable cycle class used for constructing style-cycles