Ajout (en commentaire) de SDL2-ttf pour GL4D 🍙

This commit is contained in:
Mylloon 2022-04-01 22:18:59 +02:00
parent 696c34a04c
commit e9419f502f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ then
sudo pacman -Rsn firefox firefox-gnome-theme-maia --noconfirm # firefox removal
# == GL4D ==
sudo pacman -S sdl2_image sdl2_mixer pkg-config automake make autoconf --noconfirm
sudo pacman -S sdl2_image sdl2_mixer pkg-config automake make autoconf --noconfirm # sdl2_ttf
# Download and build
git clone https://github.com/noalien/GL4Dummies.git
cd GL4Dummies || exit

View file

@ -98,7 +98,7 @@ then
# == GL4D ==
# Installing depedencies
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-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 # libsdl2-ttf-dev
# Download and build
git clone https://github.com/noalien/GL4Dummies.git
cd GL4Dummies || exit

2
wsl.sh
View file

@ -79,7 +79,7 @@ then
# == GL4D ==
# Installing depedencies
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-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 # libsdl2-ttf-dev
# Download and build
git clone https://github.com/noalien/GL4Dummies.git
cd GL4Dummies || exit