Difference between revisions of "Compiling ScummVM/MinGW-w64"

Jump to navigation Jump to search
m
Line 38: Line 38:
</source>
</source>


If you want to have the ability to compile ScummVM as a 64 Bit binary, install the following packages:
If you want to have the ability to compile ScummVM as a 64 bit binary with all features enabled, install the necessary packages using this command:
<source lang="bash">
<source lang="bash">
pacman -Sy base-devel git mingw-w64-x86_64-toolchain make mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_net mingw-w64-x86_64-nasm mingw-w64-x86_64-flac mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-libogg mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libmad mingw-w64-x86_64-libmpeg2 mingw-w64-x86_64-zlib mingw-w64-x86_64-libtheora mingw-w64-x86_64-faad2 mingw-w64-x86_64-libpng mingw-w64-x86_64-freetype mingw-w64-x86_64-fluidsynth mingw-w64-x86_64-curl mingw-w64-x86_64-SDL2_net mingw-w64-x86_64-winsparkle mingw-w64-x86_64-readline
pacman -S --noconfirm --needed git mingw-w64-x86_64-{curl,faad2,freetype,flac,fluidsynth,libjpeg-turbo,libogg,libvorbis,libmad,
libmpeg2-svn,libtheora,libpng,nasm,readline,SDL2,SDL2_net,toolchain,winsparkle,zlib}
</source>
</source>


329

edits

Navigation menu