From 742c60f37f8d895d5f167a78b0a0a3beca71b26f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Nov 2017 11:08:57 +0530 Subject: [PATCH] harfbuzz is now needed on macOS as well --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 7668d9db2..b6d7d54b2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -86,7 +86,7 @@ the following dependencies are installed first. * zlib * libpng * fontconfig (not needed on macOS) -* harfbuzz >= 1.0.5 (not needed on macOS) +* harfbuzz >= 1.0.5 * xsel (only on X11 systems with glfw < 3.3) * ImageMagick (optional, needed to use the `kitty icat` tool to display images in the terminal) * gcc or clang (required only for building)