Difference between revisions of "Compiling ScummVM/MinGW"

Jump to navigation Jump to search
m
→‎Building the libraries: add libmad fix for gcc 4.4+
(→‎Libraries needed: update and cleanup)
m (→‎Building the libraries: add libmad fix for gcc 4.4+)
Line 188: Line 188:
=== libmad ===
=== libmad ===


Unzip the libmad archive in a folder, open MSYS, go to the libmad folder and issue these commands to compile the library:
Unzip the libmad archive in a folder. Open MSYS, go to the libmad folder. If you are using gcc 4.4 or higher, run the following command:
sed -i '/-fforce-mem/d' configure


Then issue these commands to compile the library:
  ./configure --disable-shared
  ./configure --disable-shared
  make
  make
2,051

edits

Navigation menu