From c3e3d836c4e3da30c16f0ea04b6ac8d319fcf3fc Mon Sep 17 00:00:00 2001 From: fanta Date: Mon, 23 Mar 2026 08:59:16 +0100 Subject: [PATCH] no compilar todos los engines --- compile/01-Scummv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile/01-Scummv.sh b/compile/01-Scummv.sh index af1c529..5809cc8 100755 --- a/compile/01-Scummv.sh +++ b/compile/01-Scummv.sh @@ -45,7 +45,7 @@ fi cat /etc/issue | grep "Debian GNU/Linux forky/sid" 1>/dev/null ; if [ "$?" -ne 1 ]; then apt update -y ; apt install -y g++ make git nasm libsdl2-dev libsdl2-net-dev liba52-dev libjpeg62-turbo-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev libfribidi-dev libgif-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev git clone -b master --depth 1 "https://github.com/scummvm/scummvm.git" $d ; cd $d - ./configure --enable-all-engines --disable-discord --enable-plugins --enable-profiling + ./configure --disable-discord --enable-plugins --enable-profiling make clean ; make -j$(nproc); make install fi