Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
415 bytes removed ,  06:19, 16 December 2006
Update FLAC details
m (Compiling ScummVM MinGW moved to Compiling ScummVM/MinGW: using subpage instead)
(Update FLAC details)
Line 56: Line 56:
* [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
* [http://flac.sourceforge.net/download.html FLAC]. You need the latest full source code (1.1.3).
 


== Installing MinGW and MSYS ==
== Installing MinGW and MSYS ==
Line 222: Line 221:


=== 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:
Line 234: Line 230:
  make install prefix=/mingw
  make install prefix=/mingw


Alternatively, when everything is compiled, copy (...) inside MinGW's include folder.
[TODO]
[TODO]


657

edits

Navigation menu