From 1e278938cc6ca3eb4b1f210913056f76c4b8ddef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Apr 2018 21:51:55 +0530 Subject: [PATCH] Fix #463 --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 82453ce28..dd076f1d2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -108,7 +108,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`, `libgl1-mesa` and `xkbcommon-x11`, if they are not already installed by your distro. +* For building on Linux in addition to the above dependencies you might also need to install the `-dev` packages for `xcursor`, `xrandr`, `libxi`, `xinerama`, `libgl1-mesa` and `xkbcommon-x11`, if they are not already installed by your distro. === Install and run from source