summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-07-08 19:24:43 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-07-08 19:24:43 +0200
commitdc3dfdd52e7ad43ca3153840e6996a9fb50f6e19 (patch)
tree5227f405acfbb7e2c4ad6214bfdd6f2571542b8e
parentd0955b64d6c8daac191677ecb61e114c3f20ba9e (diff)
added info about headers
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b29865..00d0389 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ make
sudo make install
```
+If you are not using an Arch based distro you might have to install some headers, e.g. on
+Debian based distros:
+```
+sudo apt-get install libx11-dev libxtst-dev
+```
+
## Configuration
Edit config.h and reinstall. The configuration file should be self explaining.