From 5eeb19871bb4e67db7af85b7310fec4b542cfda8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 May 2021 21:20:11 +0530 Subject: [PATCH] Update dependency requirements for build from source --- docs/build.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index 3152711de..177b96f1c 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -14,15 +14,15 @@ Dependencies Run-time dependencies: - * python >= 3.5 - * harfbuzz >= 1.5.0 + * python >= 3.6 + * harfbuzz >= 2.2.0 * zlib * libpng * liblcms2 * freetype (not needed on macOS) * fontconfig (not needed on macOS) * libcanberra (not needed on macOS) - * ImageMagick (optional, needed to use the ``kitty icat`` tool to display images in the terminal) + * ImageMagick (optional, needed to use the ``kitty +kitten icat`` tool to display images in the terminal) * pygments (optional, need for syntax highlighting in ``kitty +kitten diff``) Build-time dependencies: