From ed26a6b4b0c7fdf71158eba2904b492ff2437530 Mon Sep 17 00:00:00 2001 From: Arijit Dey <65700195+arijit79@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:48:22 +0530 Subject: [PATCH] README: improve docs for dependencies (#161) * README: improve docs for dependencies * Remove special line for hyprlang * Fix typos --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fb1b3415..dad12f1d 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,22 @@ Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility ## Building ### Deps - - wayland-client - - wayland-protocols - - cairo - - gles3.2 - - libdrm - - pango - - hyprlang>=0.4.0 - - xkbcommon - - pam - - mesa +You also need the following dependencies +- wayland-client +- wayland-protocols +- mesa + +And the development libraries for the following +- cairo +- libdrm +- pango +- xkbcommon +- pam +- hyprlang >= 0.4 +Development libraries are usually suffixed with `-devel` or `-dev` in most distro repos. + +You also need to install `mesa-libgdm-devel` on some distros like RPM based ones where its not +bundled with the mesa package. ### Building