Skip to content

Commit

Permalink
README: improve docs for dependencies (#161)
Browse files Browse the repository at this point in the history
* README: improve docs for dependencies

* Remove special line for hyprlang

* Fix typos
  • Loading branch information
AMythicDev authored Mar 11, 2024
1 parent 6c9d6f0 commit ed26a6b
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed26a6b

Please sign in to comment.