fix linux dependencies

This commit is contained in:
thePR0M3TH3AN
2025-07-19 14:21:24 -04:00
parent 1507ba9553
commit c80495eca6

View File

@@ -90,7 +90,8 @@ main() {
sudo apt-get update && sudo apt-get install -y \
build-essential pkg-config xclip \
libcairo2 libcairo2-dev \
libgirepository-1.0-dev gobject-introspection \
libgirepository-2.0-dev gir1.2-girepository-2.0 \
gobject-introspection \
gir1.2-gtk-3.0 python3-dev
elif command -v dnf &> /dev/null; then
sudo dnf groupinstall -y "Development Tools" && sudo dnf install -y \