11 lines
317 B
Bash
Executable File
11 lines
317 B
Bash
Executable File
#!/bin/sh
|
|
# build dependencies and
|
|
sudo xbps-install pkgconf libinput libinput-devel wayland wayland-devel wlroots wlroots-devel libxkbcommon-devel
|
|
wayland-protocols\
|
|
pixman pixman-devel\
|
|
xdg-desktop-portal-wlr wlr-randr gammastep wofi\
|
|
qt5-wayland qt6-wayland xorg-server-xwayland
|
|
|
|
rm -f config.h
|
|
sudo make install
|