1,502
edits
m (Removed Dev-C++, changed the needed SDL library name) |
|||
Line 8: | Line 8: | ||
== Things needed == | == Things needed == | ||
=== | === MinGW === | ||
To download MinGW, visit its [http://www.mingw.org/download.shtml download page] | To download MinGW, visit its [http://www.mingw.org/download.shtml download page] | ||
Line 32: | Line 22: | ||
*[http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.tar.gz?download mingw32-make] | *[http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.tar.gz?download mingw32-make] | ||
*[http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download msysDTK] | *[http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download msysDTK] | ||
*[http://prdownloads.sf.net/mingw/mingw-runtime-3.8.tar.gz?download mingw-runtime 3.8] (downloaded automatically) OR[http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download mingw-runtime 3.9] (the current version) | *[http://prdownloads.sf.net/mingw/mingw-runtime-3.8.tar.gz?download mingw-runtime 3.8] (downloaded automatically) OR [http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download mingw-runtime 3.9] (the current version) | ||
*[http://prdownloads.sf.net/mingw/w32api-3.3.tar.gz?download w32api 3.3] (downloaded automatically) OR[http://prdownloads.sf.net/mingw/w32api-3.5.tar.gz?download w32api 3.5] (the current version) | *[http://prdownloads.sf.net/mingw/w32api-3.3.tar.gz?download w32api 3.3] (downloaded automatically) OR [http://prdownloads.sf.net/mingw/w32api-3.5.tar.gz?download w32api 3.5] (the current version) | ||
Line 42: | Line 32: | ||
* [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 file SDL-devel-1.2.9- | You need the file SDL-devel-1.2.9-mingw32.tar.gz (1.2.9 is the latest version at this time) | ||
* [http://www.kernel.org/pub/software/devel/nasm/binaries/win32/ NASM] | * [http://www.kernel.org/pub/software/devel/nasm/binaries/win32/ NASM] | ||
Line 58: | Line 48: | ||
* [http://www.zlib.net/ zlib]. You need the latest zlib compiled DLL | * [http://www.zlib.net/ zlib]. You need the latest zlib compiled DLL | ||
If you wish to compile zlib statically in ScummVM (so that zlib1.dll is not needed), you'll also need the zlib source code. | If you wish to compile zlib statically in ScummVM (so that zlib1.dll is not needed), you'll also need the zlib source code. | ||
edits