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

Jump to navigation Jump to search
Added packages for 64 bit builds.
(More updates to the instructions)
(Added packages for 64 bit builds.)
Line 33: Line 33:
<source lang="bash">
<source lang="bash">
pacman -Sy base-devel git mingw-w64-i686-toolchain make mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_net mingw-w64-i686-nasm mingw-w64-i686-flac mingw-w64-i686-libjpeg-turbo mingw-w64-i686-libogg mingw-w64-i686-libvorbis mingw-w64-i686-libmad mingw-w64-i686-libmpeg2 mingw-w64-i686-zlib mingw-w64-i686-libtheora mingw-w64-i686-faad2 mingw-w64-i686-libpng mingw-w64-i686-freetype mingw-w64-i686-fluidsynth mingw-w64-i686-curl mingw-w64-i686-SDL2_net mingw-w64-i686-winsparkle mingw-w64-i686-readline
pacman -Sy base-devel git mingw-w64-i686-toolchain make mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_net mingw-w64-i686-nasm mingw-w64-i686-flac mingw-w64-i686-libjpeg-turbo mingw-w64-i686-libogg mingw-w64-i686-libvorbis mingw-w64-i686-libmad mingw-w64-i686-libmpeg2 mingw-w64-i686-zlib mingw-w64-i686-libtheora mingw-w64-i686-faad2 mingw-w64-i686-libpng mingw-w64-i686-freetype mingw-w64-i686-fluidsynth mingw-w64-i686-curl mingw-w64-i686-SDL2_net mingw-w64-i686-winsparkle mingw-w64-i686-readline
</source>
If you want to have the ability to compile ScummVM as a 64 Bit binary, install the following packages:
<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
</source>
</source>


329

edits

Navigation menu