From 3d0f0466616140ab2263585c46853697b9b82761 Mon Sep 17 00:00:00 2001 From: Ekstrapolator Date: Thu, 9 May 2024 12:24:26 +0200 Subject: [PATCH] fix dependencies for ubuntu --- Installers/installDependenciesUbuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Installers/installDependenciesUbuntu.sh b/Installers/installDependenciesUbuntu.sh index 613af45..b33f443 100755 --- a/Installers/installDependenciesUbuntu.sh +++ b/Installers/installDependenciesUbuntu.sh @@ -16,6 +16,7 @@ echo "Switched to ~/Downloads" echo -e "\e[44m ================================ Build Dependencies =============================== \e[49m" sudo apt-get -y install cmake +sudo apt install libwayland-dev libxkbcommon-dev xorg-dev echo -e "\e[44m ===================== GLFW (multi-platform library for OpenGL) ==================== \e[49m" if [ ! -d ~/Downloads/glfw/ ]; then