summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.