Ajoute SDL2_TTF et ASSIMP pour GL4D
This commit is contained in:
parent
ef6956d0d1
commit
306d8b3dcd
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,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 # sdl2_ttf
|
||||
sudo pacman -S sdl2_image sdl2_mixer sdl2_ttf assimp pkg-config automake make autoconf --noconfirm
|
||||
# Download and build
|
||||
git clone https://github.com/noalien/GL4Dummies.git
|
||||
cd GL4Dummies || exit
|
||||
|
|
|
@ -102,7 +102,7 @@ then
|
|||
|
||||
# === GL4D ==
|
||||
# Installing depedencies
|
||||
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev pkg-config automake make autoconf libtool -y # libsdl2-ttf-dev
|
||||
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev pkg-config automake make autoconf libtool -y
|
||||
# Download and build
|
||||
git clone https://github.com/noalien/GL4Dummies.git
|
||||
cd GL4Dummies || exit
|
||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -92,7 +92,7 @@ then
|
|||
|
||||
# === GL4D ==
|
||||
# Installing depedencies
|
||||
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev pkg-config automake make autoconf libtool -y # libsdl2-ttf-dev
|
||||
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev pkg-config automake make autoconf libtool -y
|
||||
# Download and build
|
||||
git clone https://github.com/noalien/GL4Dummies.git
|
||||
cd GL4Dummies || exit
|
||||
|
|
Loading…
Reference in a new issue