README: improve docs for dependencies (#161)

* README: improve docs for dependencies

* Remove special line for hyprlang

* Fix typos
This commit is contained in:
Arijit Dey 2024-03-11 20:48:22 +05:30 committed by GitHub
parent 6c9d6f05a0
commit ed26a6b4b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,16 +17,22 @@ Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility
## Building ## Building
### Deps ### Deps
- wayland-client You also need the following dependencies
- wayland-protocols - wayland-client
- cairo - wayland-protocols
- gles3.2 - mesa
- libdrm
- pango And the development libraries for the following
- hyprlang>=0.4.0 - cairo
- xkbcommon - libdrm
- pam - pango
- mesa - 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 ### Building