add dependencies install to script

This commit is contained in:
2026-04-16 17:02:46 -07:00
parent 64ed018359
commit 48ceda3ff7
2 changed files with 7 additions and 0 deletions

BIN
dwl.o

Binary file not shown.

View File

@@ -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