Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
Add libmpeg2 again
(→‎SDL: Add missing notes on building libSDL from source on MinGW)
(Add libmpeg2 again)
Line 196: Line 196:
Then issue these commands to compile the library:
Then issue these commands to compile the library:
  ./configure --disable-shared
  ./configure --disable-shared
make
To install the library, type:
make install prefix=/mingw
=== libmpeg2 ===
Unzip the libmepg2 archive in a folder. Open MSYS, go to the libmpeg2 folder.
Then issue these commands to compile the library:
./configure --disable-sdl --disable-shared
  make
  make


657

edits

Navigation menu