From 5ccfc15af38ba033a52e46d98e7e6aacb1aa105a Mon Sep 17 00:00:00 2001 From: Hund Date: Sun, 9 Jan 2022 18:44:18 +0100 Subject: [PATCH] Update README.md Updated the readme with required dependencies. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7359b5d..a3d688e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,14 @@ unclutter-xfixes is available in the FreeBSD Ports Collection as [misc/unclutter ### Manual -unclutter-xfixes is make-based. Hence, you can clone the git repository and compile and install it via +Make sure to install the missing dependencies first: + +* libev-devel +* libX11-devel +* libXi-devel +* asciidoc + +You can then clone the git repository, compile and install it using like this: ``` git clone https://github.com/Airblader/unclutter-xfixes