From df87c051bd1ac6d6eaedd91664b3e976b8c7715a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Oct 2017 11:55:45 +0530 Subject: [PATCH] Add a note about the optional dep on ImageMagick for icat --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index a0a439439..d93470da9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -86,6 +86,7 @@ the following dependencies are installed first. * glew >= 2.0 (not needed on macOS) * fontconfig (not needed on macOS) * xrdb and xsel (only on X11 based systems) +* ImageMagick (optional, needed to use the `kitty icat` tool to display images in the terminal) * gcc or clang (required only for building) * pkg-config (required only for building)