From fee7c8e573e52f9e390668886134215acbca7e42 Mon Sep 17 00:00:00 2001 From: Simon Lejeune Date: Sun, 18 Mar 2018 10:56:40 +0100 Subject: [PATCH] update dependencies to run `make app` while imagemagick is defined as an optional dependency in the installation section, its presence is indeed mandatory to successfully run `make app` as seen at https://github.com/kovidgoyal/kitty/blob/master/logo/make.py#L27 --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 952da6ec0..4fe362ec5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -464,7 +464,7 @@ makes use of the extra cell to render them in two cells. === How do I build kitty.app on macOS? -Install `optipng` and `librsvg` using `brew` or similar (needed for the logo generation step). +Install `imagemagick`, `optipng` and `librsvg` using `brew` or similar (needed for the logo generation step). And run: ```