Add a note on installing dev packages for X11 on linux

Fixes #260
This commit is contained in:
Kovid Goyal
2018-01-04 18:06:11 +05:30
parent cc145ec3dd
commit 58d7439719

View File

@@ -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