From 58d74397190c1cabcc647aa6b08cac9f52fb52b7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 4 Jan 2018 18:06:11 +0530 Subject: [PATCH] Add a note on installing dev packages for X11 on linux Fixes #260 --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index e65a67edc..601dc6b0d 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -98,6 +98,7 @@ the following dependencies are installed first. * 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) +* For building on linux in addition to the above dependencies you might also need to install the `-dev` packages for `xcursor`, `xrandr`, `xinerama` and `xkbcommon-x11`, if they are not already installed by your distro. === Install and run from source