mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Add dependencies to readme (#71)
This commit is contained in:
parent
cd86c196f3
commit
64d0ebd666
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ make all
|
|||
```
|
||||
*the output binary will be in `./build/`, copy it to your PATH, e.g. `/usr/bin`*
|
||||
|
||||
#### Dependencies
|
||||
On OpenSUSE:
|
||||
```
|
||||
sudo zypper install ninja gcc-c++ wayland-protocols-devel Mesa-libGLESv3-devel
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
Hyprpaper is controlled by the config, like this:
|
||||
|
|
Loading…
Reference in a new issue