Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
Added FLAC to the downloadable libraries (v1.1.1 recommended), added some instructions about libmad
m (Added instructions for the strip command)
(Added FLAC to the downloadable libraries (v1.1.1 recommended), added some instructions about libmad)
Line 55: Line 55:


* [http://www.zlib.net/ zlib]. You need the latest zlib source code.   
* [http://www.zlib.net/ zlib]. You need the latest zlib source code.   
* [http://flac.sourceforge.net/download.html FLAC]. You need the latest full source code (1.1.2). However, bear in mind that the latest version (1.1.2) has a lot of changes over the previous one (1.1.1), which is the recommended version. Therefore, you are advised to download the full source code of version 1.1.1 from the [http://sourceforge.net/project/showfiles.php?group_id=13478 older versions of FLAC] link




Line 165: Line 167:


=== libmad ===
=== libmad ===
Unzip the libmad archive in a folder, open MSYS, go to the libmad folder and issue these commands to compile the library:
./configure --disable-shared
make


[TODO]
[TODO]
Line 170: Line 177:


=== FLAC ===
=== FLAC ===
The latest version of FLAC (1.1.2) has a lot of changes over the previous one (1.1.1), which is the recommended version. Therefore, you are advised to use version 1.1.1 with ScummVM


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 the library:
1,489

edits

Navigation menu