Ajoute fftw3 pour Debian

This commit is contained in:
Mylloon 2022-05-12 14:52:21 +02:00
parent 306d8b3dcd
commit e14cebcaec
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ then
# === GL4D ==
# Installing depedencies
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev pkg-config automake make autoconf libtool -y
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-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
View file

@ -92,7 +92,7 @@ then
# === GL4D ==
# Installing depedencies
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev pkg-config automake make autoconf libtool -y
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-dev pkg-config automake make autoconf libtool -y
# Download and build
git clone https://github.com/noalien/GL4Dummies.git
cd GL4Dummies || exit