Difference between revisions of "Compiling ScummVM/MinGW-w64"

Jump to navigation Jump to search
m
Line 87: Line 87:
If everything went well, you should have a big executable in the compilation folder, named scummvm.exe. The size of the executable comes from the debug symbols embedded in the file, so you can run the following command to shrink it:
If everything went well, you should have a big executable in the compilation folder, named scummvm.exe. The size of the executable comes from the debug symbols embedded in the file, so you can run the following command to shrink it:
   strip scummvm.exe
   strip scummvm.exe
That's it, you successfully compiled ScummVM from the source code.


== Common Issues ==  
== Common Issues ==  
329

edits

Navigation menu