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
1 changed files with 16 additions and 10 deletions

View File

@ -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