mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +01:00
README: add required Debian packages to build
This commit is contained in:
parent
67e0f34e27
commit
b0974381f9
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ Launch it. Click. That's it.
|
|||
|
||||
## Manual
|
||||
|
||||
Install build dependencies (Debian):
|
||||
|
||||
```sh
|
||||
apt install --no-install-recommends -y cmake g++ make pkg-config libpango1.0-dev libjpeg-dev libwayland-dev wayland-protocols libxkbcommon-dev libgles2-mesa-dev
|
||||
```
|
||||
|
||||
Building is done via CMake:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue