From bcb860b6660663ba5155debeb92f0d1e6a452eb8 Mon Sep 17 00:00:00 2001 From: pb <467756+pbadeer@users.noreply.github.com> Date: Wed, 28 May 2025 17:20:43 -0500 Subject: Add missing dependency to ubuntu install instructions Without this, I'm getting a fatal error when running `make`. Afterwards it succeeded. Tested on debian src/sxwm.c:33:10 `#include ` No such file or directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc6100..d7c3553 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ bind : mod + shift + 5 : moveto_ws5
Debian / Ubuntu / Linux Mint
sudo apt update
-sudo apt install libx11-dev libxinerama-dev build-essential
+sudo apt install libx11-dev libxcursor-dev libxinerama-dev build-essential
-- cgit v1.2.3