diff options
| author | pb <467756+pbadeer@users.noreply.github.com> | 2025-05-28 17:20:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 17:20:43 -0500 |
| commit | bcb860b6660663ba5155debeb92f0d1e6a452eb8 (patch) | |
| tree | 3ff211d12e84b9372f0f443570d9f4ea1bf52bf0 | |
| parent | 65ef10005ced5d290348f7dac774d28886c2be63 (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.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
