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

Jump to navigation Jump to search
Line 29: Line 29:
</source>
</source>


Then, type the following in the MSYS2 terminal to automatically install all the needed additional packages (more info on each package can be found in the next section):
For i686 (32-bit), type the following in the MSYS2 terminal to automatically install all the needed additional packages:
<source lang="bash">
<source lang="bash">
pacman -S --needed --noconfirm base-devel git mingw-w64-i686-{curl,faad2,freetype,flac,fluidsynth,libjpeg-turbo,libogg,libvorbis,libmad,libmpeg2-svn,libtheora,libpng,nasm,readline,SDL2,SDL2_net,toolchain,winsparkle,zlib}
pacman -S --needed --noconfirm base-devel git mingw-w64-i686-{curl,faad2,freetype,flac,fluidsynth,libjpeg-turbo,libogg,libvorbis,libmad,libmpeg2-svn,libtheora,libpng,nasm,readline,SDL2,SDL2_net,toolchain,winsparkle,zlib}
</source>
</source>


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:
For x86_64 (64-bit), type the following in the MSYS2 terminal to automatically install all the needed additional packages:
<source lang="bash">
<source lang="bash">
pacman -S --needed --noconfirm base-devel 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}
pacman -S --needed --noconfirm base-devel 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}
329

edits

Navigation menu