| 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:
 
Additionally, you should download some scripts and put them into your path to make
	"configure" and "make" easier with the MinGW32CE toolchain.mkdir ~/wmports && cd ~/wmports
 
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)mkdir scripts && cd scriptswget 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..
 
 
 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
 |