compiling scummvm 2.9.0 on raspberry pi 5 8GB (arm64) {LINUX}
SCUMMVM 2.9.0-x #raspberrypi #scummvm #linux
https://github.com/scummvm/scummvm
https://wiki.scummvm.org/index.php/Compiling_ScummVM/RPI
all was compiled in ram tmpfs using ~3.2gb
native build instructions:
git clone https://github.com/scummvm/scummvm/
cd scummvm
git checkout branch-2-9
export LDFLAGS="-Wl,--no-keep-memory"
make clean
./configure --disable-debug --enable-release
make -j$(nproc)
sudo make install
or debian
sudo cp scummvm /usr/games/
build dependencies:
sudo apt-get install -y make pkg-config
sudo apt-get install -y --no-install-recommends \
libsdl2-dev \
liba52-0.7.4-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 \
libcurl4-openssl-dev \
libsdl2-net-dev \
libspeechd-dev \
zlib1g-dev \
libfribidi-dev \
libglew-dev
scummvm 2.9.0
raspberry pi 5 8GB arm64 debian 12
GNU/Linux