summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpb <467756+pbadeer@users.noreply.github.com>2025-05-28 17:20:43 -0500
committerGitHub <noreply@github.com>2025-05-28 17:20:43 -0500
commitbcb860b6660663ba5155debeb92f0d1e6a452eb8 (patch)
tree3ff211d12e84b9372f0f443570d9f4ea1bf52bf0 /README.md
parent65ef10005ced5d290348f7dac774d28886c2be63 (diff)
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 <X11/Xcursor/Xcursor.h>` No such file or directory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
<details>
<summary>Debian / Ubuntu / Linux Mint</summary>
<pre><code>sudo apt update
-sudo apt install libx11-dev libxinerama-dev build-essential</code></pre>
+sudo apt install libx11-dev libxcursor-dev libxinerama-dev build-essential</code></pre>
</details>
<details>