657
edits
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. | * [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 === | ||
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] | ||
edits