From 1a60c2da884ad2205a2c7a49d82aa29008c3164e Mon Sep 17 00:00:00 2001 From: ericfischer Date: Tue, 18 Nov 2014 16:34:48 -0800 Subject: [PATCH] Fix formatting around Harfbuzz --- InstallationTroubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InstallationTroubleshooting.md b/InstallationTroubleshooting.md index 70561da..13e1697 100644 --- a/InstallationTroubleshooting.md +++ b/InstallationTroubleshooting.md @@ -162,7 +162,9 @@ Note the -a setting which makes your system's installed regex symbols to be upda Exiting... the following required dependencies were not found: - harfbuzz (HarfBuzz text shaping library | configure with HB_LIBS & HB_INCLUDES) - * *Solution*: HB_LIBS and HB_INCLUDES are directories, not cflags/ldflags, and HB_INCLUDES needs not to include the "harfbuzz" directory itself. If pkg-config says: + * *Solution*: HB_LIBS and HB_INCLUDES are directories, not cflags/ldflags, and HB_INCLUDES needs not to include the "harfbuzz" directory itself. + +If pkg-config says: $ pkg-config --libs --cflags harfbuzz -I/usr/local/Cellar/harfbuzz/0.9.35_1/include/harfbuzz -L/usr/local/Cellar/harfbuzz/0.9.35_1/lib -lharfbuzz