add dependencies install to script
This commit is contained in:
7
install
7
install
@@ -1,3 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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
|
rm -f config.h
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user