Update optional dependencies in the README.

This commit is contained in:
Felix Geyer 2016-02-13 11:24:11 +01:00
parent 9bd3ab717e
commit 4867d26f7d

View file

@ -57,12 +57,12 @@ The following libraries are required:
* Qt 4 (>= 4.6) * Qt 4 (>= 4.6)
* libgcrypt * libgcrypt
* zlib * zlib
* libxtst (optional for auto-type on X11) * libxi, libxtst (optional for auto-type on X11)
On Debian you can install them with: On Debian you can install them with:
```bash ```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 #### Build Steps