271
edits
m (Remove duplicate link) |
Ccawley2011 (talk | contribs) |
||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== Compiling ScummVM with Minimalist GNU for Windows ( | == Compiling ScummVM with Minimalist GNU for Windows (MinGW) == | ||
MinGW is "a collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs". | MinGW is "a collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs". | ||
Line 9: | Line 9: | ||
=== MinGW and MSYS === | === MinGW and MSYS === | ||
Download MinGW: | * Download and install the latest [https://osdn.net/projects/mingw/releases/ MinGW Installation Manager] (mingw-get-setup.exe) | ||
* From the list of packages shown, check ''mingw-developer-toolkit-bin'', ''mingw32-base-bin'' and ''mingw32-gcc-g++-bin'', as well as ''mingw32-libz-dev'' from the "MinGW Libraries" section (right-click > Mark for Installation) | |||
* Click the Installation > Apply Changes menu to install MinGW and MSYS | |||
* Once installation is complete, you can run MSYS from inside the MinGW directory (by default C:\MinGW\msys\1.0\msys.bat) | |||
=== Libraries needed === | |||
* [http://www.libsdl.org/download-1.2.php SDL 1.2]. | |||
** You need the latest SDL 1.2 source code revision from Mercurial ([https://hg.libsdl.org/SDL/archive/1bffae6992b0.tar.bz2 1bffae6992b0] at the time of writing). | |||
*[ | * [https://www.libsdl.org/projects/SDL_net/release-1.2.html SDL_net 1.2]. Optional, for network support. | ||
*[ | ** You need the latest SDL_net source code ([https://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz v1.2.8] at the time of writing). | ||
* [https://sourceforge.net/projects/pkgconfiglite/ pkg-config-lite]. | |||
** You need the latest Win32 binary ([https://sourceforge.net/projects/pkgconfiglite/files/0.28-1/pkg-config-lite-0.28-1_bin-win32.zip/download v0.28-1] at the time of writing). | |||
== | * [http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D NASM]. Optional, for faster compile of scalers | ||
** You need the latest Win32 binary ([http://www.nasm.us/pub/nasm/releasebuilds/2.15.03/win32/ v2.15.03] at the time of writing). | |||
* [ | * [https://cmake.org/ CMake]. Optional, for compiling libjpeg-turbo. | ||
** You need the latest | ** You need the latest Win32 installer. | ||
* [ | * [https://xiph.org/flac/download.html FLAC]. Optional, for FLAC support | ||
** You need the latest | ** You need the latest flac source code ([http://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz v1.3.3] at the time of writing). | ||
* [http://downloads.xiph.org/releases/ogg/ libogg] and [http://downloads.xiph.org/releases/vorbis/ libvorbis] Optional, for OGG support | * [http://downloads.xiph.org/releases/ogg/ libogg] and [http://downloads.xiph.org/releases/vorbis/ libvorbis] Optional, for OGG support | ||
** You need the latest libogg | ** You need the latest libogg source code ([https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz v1.3.4] at the time of writing). | ||
** You need the latest libvorbis (not vorbis) source code ([https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz v1.3.7] at the time of writing). | |||
* [ftp://ftp.mars.org/pub/mpeg/ libmad] Optional, for MP3 support | * [ftp://ftp.mars.org/pub/mpeg/ libmad] Optional, for MP3 support | ||
** You need the latest libmad source code. | ** You need the latest libmad source code ([ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz v0.15.1b] at the time of writing). | ||
* [http://libmpeg2.sourceforge.net/ libmpeg2] Optional, for MPEG2 cutscene support. | * [http://libmpeg2.sourceforge.net/ libmpeg2] Optional, for MPEG2 cutscene support. | ||
** You need the latest libmpeg2 source code, | ** You need the latest libmpeg2 source code, ([http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz v0.5.1] at the time of writing). | ||
* [http://downloads.xiph.org/releases/theora/ libtheora]. Optional, for Broken Sword 2.5. | * [http://downloads.xiph.org/releases/theora/ libtheora]. Optional, for Broken Sword 2.5. | ||
** You need the latest libtheora source code. | ** You need the latest libtheora source code ([https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 v1.1.1] at the time of writing). | ||
* [ | * [https://github.com/knik0/faad2 libfaad2]. Optional, for AAC support. | ||
** You need the latest libfaad2 source code. | ** You need the latest libfaad2 source code ([https://github.com/knik0/faad2/releases/tag/2_9_2 v2.9.2] at the time of writing). | ||
* [http://www.libpng.org/pub/png/libpng.html libpng]. Optional, for PNG support. | * [http://www.libpng.org/pub/png/libpng.html libpng]. Optional, for PNG support. | ||
** You need the latest libpng source code. | ** You need the latest libpng source code ([https://download.sourceforge.net/libpng/libpng-1.6.37.tar.xz v1.6.37] at the time of writing). | ||
* [http://download.savannah.gnu.org/releases/freetype/ freetype]. Optional, for TTF support. | * [http://download.savannah.gnu.org/releases/freetype/ freetype]. Optional, for TTF support. | ||
** You need the latest freetype source code. | ** You need the latest freetype source code ([http://download.savannah.gnu.org/releases/freetype/freetype-2.10.2.tar.xz v2.10.2] at the time of writing). | ||
* [http://www.fluidsynth.org/ fluidsynth]. Optional, for soundfont MIDI support. | |||
** You need at least [https://sourceforge.net/projects/fluidsynth/files/older%20releases/fluidsynth-1.0.9.tar.gz/download v1.0.9]. Newer versions than this should work, but require GTK's glib and CMAKE to build. | |||
* [https://github.com/fribidi/fribidi FriBiDi]. Optional, for bidirectional text in languages that need it (e.g. Hebrew) | |||
** You need the latest FriBiDi source code ([https://github.com/fribidi/fribidi/releases/tag/v1.0.10 v1.0.10] at the time of writing). | |||
* [ | * [https://libjpeg-turbo.org/ libjpeg-turbo]. Optional, for JPEG support. | ||
** You need | ** You need the latest libjpeg-turbo source code ([https://sourceforge.net/projects/libjpeg-turbo/files/2.0.5/libjpeg-turbo-2.0.5.tar.gz/download v2.0.5] at the time of writing). | ||
=== Precompiled libraries === | * [http://liba52.sourceforge.net/ liba52]. Optional, for AC-3 support. | ||
** You need the latest liba52 source code ([http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz v0.7.4] at the time of writing). | |||
* [https://curl.haxx.se/ libcurl]. Optional, for cloud support. | |||
** You need the latest libcurl source code ([https://curl.haxx.se/download/curl-7.71.1.tar.xz v7.71.1] at the time of writing). | |||
==== Precompiled libraries ==== | |||
To ease the whole process, a package of all the needed precompiled libraries has been created. | To ease the whole process, a package of all the needed precompiled libraries has been created. | ||
All you need to do is: | All you need to do is: | ||
* Download the precompiled libraries and the [http://www.libsdl.org/release/SDL-1.2.15-win32.zip latest SDL runtime library] - latest version is 1.2.15 at the time this was written, you can find the latest version [http://www.libsdl.org/download-1.2.php here]. Precompiled libraries: | * Download the precompiled libraries and the [http://www.libsdl.org/release/SDL-1.2.15-win32.zip latest SDL runtime library] - latest version is 1.2.15 at the time this was written, you can find the latest version [http://www.libsdl.org/download-1.2.php here]. Precompiled libraries: | ||
** [http://www.scummvm.org/frs/build/scummvm-required-libs-mingw.zip Precompiled libraries] | ** [http://www.scummvm.org/frs/build/scummvm-required-libs-mingw.zip Precompiled libraries] | ||
* Extract them to your MinGW directory (e.g. C:\MinGW) | |||
== Additional information about MinGW and Windows Vista == | |||
In order to get MinGW properly working under Windows Vista, you need to do the following: | In order to get MinGW properly working under Windows Vista, you need to do the following: | ||
Line 142: | Line 126: | ||
=== NASM === | === NASM === | ||
Unzip the nasm archive in a folder, and copy both files to MinGW's bin directory. | |||
=== | === pkg-config-lite === | ||
Unzip the pkg-config-lite archive in a folder, and copy the "bin" and "share" to MinGW's root directory. | |||
=== SDL === | |||
Unzip the SDL archive in a folder, open MSYS, go to the SDL folder and issue these commands to compile and install the library: | |||
./configure --disable-shared --prefix=/mingw | |||
make | |||
make install | |||
It may be necessary to modify the bin/sdl-config and lib/pkgconfig/sdl.pc files (located under the mingw directory) which are just text. These files provide the compiler option information to ScummmVM and SDL is passing the -mwindows compiler option by default which will result in a valid executable, but with broken console / command-line output. These should be removed or replaced by -mconsole (though this will affect all SDL compiled binaries made by the MinGW toolchain). ScummVM's configure script should deal automatically with this issue in future as the upstream SDL project has indicated that removing this "forced" option is a WONTFIX issue. | |||
Note the README [http://www.libsdl.org/extras/win32/mingw32/README.txt here], especially the need to include the DirectX development headers from [http://www.libsdl.org/extras/win32/common/directx-devel.tar.gz here] to ensure that the "dsound" rather than the "waveout" / "winmm" fallback audio driver is used. | |||
=== libogg === | |||
libogg should be compiled before libvorbis, libtheora and libFLAC. | |||
Unzip the libogg archive in a folder, open MSYS, go to the libogg folder and issue these commands to compile and install the library: | |||
Unzip the libogg archive in a folder, open MSYS, go to the libogg folder and issue these commands to compile the library: | |||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
make install | |||
=== libvorbis === | === libvorbis === | ||
Unzip the libvorbis archive in a folder, open MSYS, go to the libvorbis folder and issue these commands to compile the library: | Unzip the libvorbis archive in a folder, open MSYS, go to the libvorbis folder and issue these commands to compile and install the library: | ||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
make install | |||
=== libmad === | === libmad === | ||
Unzip the libmad archive in a folder | Unzip the libmad archive in a folder, open MSYS, go to the libmad folder If you are using gcc 4.4 or higher, run the following command: | ||
sed -i '/-fforce-mem/d' configure | sed -i '/-fforce-mem/d' configure | ||
Then issue these commands to compile the library: | Then issue these commands to compile and install the library: | ||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
make install | |||
=== libmpeg2 === | === libmpeg2 === | ||
Unzip the libmpeg2 archive into a folder | Unzip the libmpeg2 archive into a folder, open MSYS, go to the libmpeg2 folder and issue these commands to compile and install the library: | ||
sed -i -e '/AC_C_ALWAYS_INLINE/d' -e 's/-mcpu/-mtune/' configure.ac | |||
./bootstrap | |||
./configure --disable-sdl --disable-shared --prefix=/mingw | ./configure --disable-sdl --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
=== FLAC === | === FLAC === | ||
Unzip the flac archive in a folder, open MSYS, go to the flac folder and issue these commands to compile the library: | Unzip the flac archive in a folder, open MSYS, go to the flac folder and issue these commands to compile and install the library: | ||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
make install | |||
Line 258: | Line 203: | ||
Unzip the fluidsynth archive in a folder, open MSYS, go to the fluidsynth folder and apply the following patch: | Unzip the fluidsynth archive in a folder, open MSYS, go to the fluidsynth folder and apply the following patch: | ||
< | <syntaxhighlight lang="diff"> | ||
--- include/fluidsynth.h | --- include/fluidsynth.h | ||
+++ include/fluidsynth.h | +++ include/fluidsynth.h | ||
Line 276: | Line 221: | ||
#elif defined(MACOS9) | #elif defined(MACOS9) | ||
#define FLUIDSYNTH_API __declspec(export) | #define FLUIDSYNTH_API __declspec(export) | ||
</ | --- fluidsynth.pc.in | ||
+++ fluidsynth.pc.in | |||
@@ -7,4 +7,5 @@ | |||
Description: Software SoundFont synth | |||
Version: @VERSION@ | |||
Libs: -L${libdir} -lfluidsynth | |||
+Libs.private: @LIBFLUID_LIBS@ | |||
Cflags: -I${includedir} | |||
</syntaxhighlight> | |||
Then issue these commands to compile the library: | Then issue these commands to compile and install the library: | ||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
=== libpng === | === libpng === | ||
Unzip the libpng archive in a folder, open MSYS, go to the libpng folder and issue these commands to compile the library: | Unzip the libpng archive in a folder, open MSYS, go to the libpng folder and issue these commands to compile and install the library: | ||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make pnglibconf.h | |||
sed -i 's/\x0D//' pnglibconf.h | |||
make | make | ||
make install | |||
make install | |||
=== libtheora === | === libtheora === | ||
Unzip the libtheora archive in a folder, open MSYS, go to the libtheora folder and issue these commands to compile the library: | Unzip the libtheora archive in a folder, open MSYS, go to the libtheora folder and issue these commands to compile and install the library: | ||
./configure --disable-shared --disable-examples --prefix=/mingw | ./configure --disable-shared --disable-examples --prefix=/mingw | ||
make | make | ||
make install | |||
=== libfaad2 === | |||
Unzip the libfaad2 archive in a folder, open MSYS, go to the libfaad2 folder and issue these commands to compile and install the library: | |||
./bootstrap | |||
./configure --disable-shared --prefix=/mingw | |||
make | |||
make install | |||
=== freetype === | |||
Unzip the freetype archive in a folder, open MSYS, go to the freetype folder and issue these commands to compile and install the library: | |||
./configure --disable-shared --prefix=/mingw | |||
make | |||
make install | |||
=== fribidi === | |||
Unzip the fribidi archive in a folder, open MSYS, go to the fribidi folder and apply the following patch: | |||
<syntaxhighlight lang="diff"> | |||
--- fribidi.pc.in.orig 2020-07-05 20:17:23 +0100 | |||
+++ fribidi.pc.in 2020-08-30 17:17:43 +0100 | |||
@@ -9,5 +9,4 @@ | |||
Description: Unicode Bidirectional Algorithm Library | |||
Version: @VERSION@ | |||
Libs: -L${libdir} -lfribidi | |||
-Cflags: -I${includedir}/@PACKAGE@ | |||
-CFLAGS.private: -DFRIBIDI_LIB_STATIC | |||
+Cflags: -I${includedir}/@PACKAGE@ -DFRIBIDI_LIB_STATIC | |||
</syntaxhighlight> | |||
Then issue these commands to compile and install the library: | |||
./configure --disable-shared --prefix=/mingw | |||
make | |||
make install | |||
=== libjpeg-turbo === | |||
Unzip the libjpeg-turbo archive in a folder, open MSYS, go to the libjpeg-turbo folder and issue these commands to compile and install the library: | |||
cmake -G "MSYS Makefiles" -DENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release . | |||
make | |||
make install | |||
=== liba52 === | |||
Unzip the liba52 archive into a folder, open MSYS, go to the liba52 folder and issue these commands to compile and install the library: | |||
rm -f autotools/{config.guess,config.sub,install-sh,ltmain.sh,missing,mkinstalldirs} {autotools,doc,include,liba52,libao,src,test,vc++,.}/Makefile.in include/config.h.in include/stamp-h.in aclocal.m4 configure | |||
sed -i -e '/AC_C_ALWAYS_INLINE/d' -e 's/-mcpu/-mtune/' configure.in | |||
autoreconf -fi | |||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
=== SDL_net === | |||
Unzip the SDL_net archive in a folder, open MSYS, go to the SDL_net folder and apply the following patch: | |||
== | <syntaxhighlight lang="diff"> | ||
--- SDL_net.pc.in.orig 2012-01-15 16:20:10 +0000 | |||
+++ SDL_net.pc.in 2020-08-30 17:42:19 +0100 | |||
@@ -7,5 +7,5 @@ | |||
Description: net library for Simple DirectMedia Layer | |||
Version: @VERSION@ | |||
Requires: sdl >= @SDL_VERSION@ | |||
-Libs: -L${libdir} -lSDL_net | |||
+Libs: -L${libdir} -lSDL_net @INETLIB@ | |||
Cflags: -I${includedir}/SDL | |||
</syntaxhighlight> | |||
Then issue these commands to compile and install the library: | |||
./configure --disable-shared --prefix=/mingw | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
make install | |||
=== libcurl === | |||
Unzip the curl archive in a folder, open MSYS, go to the curl folder and issue these commands to compile and install the library: | |||
./configure --disable-shared --prefix=/mingw --with-winssl --disable-pthreads --disable-ldap | |||
make | |||
make install | |||
== Compiling ScummVM == | == Compiling ScummVM == |
edits