From 4867d26f7def490df34512ff1d3a3aaea2e291dd Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 13 Feb 2016 11:24:11 +0100 Subject: [PATCH] Update optional dependencies in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 326bd4a6..a581789f 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ The following libraries are required: * Qt 4 (>= 4.6) * libgcrypt * zlib -* libxtst (optional for auto-type on X11) +* libxi, libxtst (optional for auto-type on X11) On Debian you can install them with: ```bash -sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev +sudo apt-get install build-essential cmake libqt4-dev libgcrypt11-dev zlib1g-dev libxi-dev libxtst-dev ``` #### Build Steps