From 696c34a04c8f3e508e425f0134957e0ba7426e15 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 1 Apr 2022 16:13:09 +0200 Subject: [PATCH] Add SDL Mixer dependancie for GL4D --- manjaro.sh | 2 +- ubuntu.sh | 2 +- wsl.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manjaro.sh b/manjaro.sh index 0d46754..a4d7912 100644 --- a/manjaro.sh +++ b/manjaro.sh @@ -96,7 +96,7 @@ then sudo pacman -Rsn firefox firefox-gnome-theme-maia --noconfirm # firefox removal # == GL4D == - sudo pacman -S sdl2_image pkg-config automake make autoconf --noconfirm + sudo pacman -S sdl2_image sdl2_mixer pkg-config automake make autoconf --noconfirm # Download and build git clone https://github.com/noalien/GL4Dummies.git cd GL4Dummies || exit diff --git a/ubuntu.sh b/ubuntu.sh index 6e1b282..71a7be4 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -98,7 +98,7 @@ then # == GL4D == # Installing depedencies - sudo apt install libsdl2-dev libsdl2-image-dev pkg-config automake make autoconf libtool -y + sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev pkg-config automake make autoconf libtool -y # Download and build git clone https://github.com/noalien/GL4Dummies.git cd GL4Dummies || exit diff --git a/wsl.sh b/wsl.sh index e387d8a..6694fe7 100644 --- a/wsl.sh +++ b/wsl.sh @@ -79,7 +79,7 @@ then # == GL4D == # Installing depedencies - sudo apt install libsdl2-dev libsdl2-image-dev pkg-config automake make autoconf libtool -y + sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev pkg-config automake make autoconf libtool -y # Download and build git clone https://github.com/noalien/GL4Dummies.git cd GL4Dummies || exit