Open main menu

Difference between revisions of "Compiling ScummVM/MinGW"

→‎SDL: - Finished section
(Several changes, added instructions for libogg)
(→‎SDL: - Finished section)
Line 71: Line 71:


SDL is already compiled and needs no further changes, so we can skip the compilation step for it
SDL is already compiled and needs no further changes, so we can skip the compilation step for it
Copy all the files in SDL's include folder in MinGW's include folder and all the files in SDL's lib folder in MinGW's lib folder


[TODO]


Copy all the files in SDL's include folder in MinGW's include folder and all the files in SDL's lib folder in MinGW's lib folder. Also, copy SDL.dll and i386-mingw32msvc-sdl-config in MinGW's bin folder. Rename i386-mingw32msvc-sdl-config to sdl-config
Now, we need to setup SDL. Go to SDL's folder and type 'make install prefix=/mingw' (note the forward slash, since you are using MSYS).


=== zlib ===
=== zlib ===
1,489

edits