Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
→‎Libraries needed: update and cleanup
(Update NASM link)
(→‎Libraries needed: update and cleanup)
Line 43: Line 43:


* [http://www.libsdl.org/download-1.2.php SDL 1.2].  
* [http://www.libsdl.org/download-1.2.php SDL 1.2].  
You need the latest Development Libraries file for Mingw32.  
** You need the latest Development Libraries file for Mingw32.  


* [http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D NASM] Optional, for faster compile of scalers
* [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.09.10/win32/ 2.09.10] at the time of writing).
** You need the latest Win32 binary ([http://www.nasm.us/pub/nasm/releasebuilds/2.10.07/win32/ 2.10.07] at the time of writing).


* [http://flac.sourceforge.net/download.html FLAC]. Optional, for FLAC support
* [http://flac.sourceforge.net/download.html FLAC]. Optional, for FLAC support
You need the 1.1.3 source code, as later versions aren't supported under MinGW.
** You need the 1.1.3 source code, as later versions aren't supported under MinGW.


* [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 and libvorbis (not vorbis) source code.
** You need the latest libogg and libvorbis (not vorbis) source code.


* [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.   


* [http://www.zlib.net/ zlib]. Optional, for compressed saved games.
* [http://www.zlib.net/ zlib]. Optional, for compressed saved games.
You need the latest zlib source code.
** You need the latest zlib source code.


* [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.
 
* [http://www.audiocoding.com/downloads.html libfaad2]. Optional, for AAC support.
** You need the latest libfaad2 source code.
 
* [http://www.libpng.org/pub/png/libpng.html libpng]. Optional, for PNG support.
** You need the latest libpng source code.
 
* [http://download.savannah.gnu.org/releases/freetype/ freetype]. Optional, for TTF support.
** You need the latest freetype source code.


=== Precompiled libraries ===
=== Precompiled libraries ===
2,051

edits

Navigation menu