Home arrow News arrow How to compile ScummVM with latest MinGW32CE and SDL
spacer.png, 0 kB
How to compile ScummVM with latest MinGW32CE and SDL
Written by Ismail Khatib  
Sunday, 05 July 2009
So, obviously you came here to give your CPU(s) and HDD(s) something to do for the next few hours (and don't forget all the gigabytes for all the sources) :)

Prerequisites


In the following I assume you have created a directory in your homedir where all of the sources will be located. If not, do the following:
mkdir ~/wmports && cd ~/wmports
Additionally, you should download some scripts and put them into your path to make "configure" and "make" easier with the MinGW32CE toolchain.
mkdir scripts && cd scripts
wget https://pocketinsanity.org/patches/scripts/cross-configure-mingw32ce.sh
wget https://pocketinsanity.org/patches/scripts/cross-make-mingw32ce.sh
chmod +x *.sh && export PATH=$PATH:~/wmports/scripts
cd..
The parts with light-blue background have to be executed as your normal user, where the parts with light-red background have to be executed as root (invoked with "su", NOT "su -" to prevent switching to the root homedir and environment)

Please note:
  • For compiling under Cygwin, you NEED to omit all lines with "su" or "exit"
  • This may have to be "sudo bash" in some OSes or distros which do not allow root login by default (Mac OSX or Ubuntu for example).

Read more here

8969 Hits  
Next >

spacer.png, 0 kB
Copyright © 2004-2008 Ismail Khatib
All trademarks, service marks, or trade names mentioned herein belong to their respective owners.
spacer.png, 0 kB