Open main menu

Difference between revisions of "Compiling ScummVM/Symbian"

(Improved formatting)
Tags: Mobile edit Mobile web edit
Line 7: Line 7:
* UIQ 3.x SDK (To build for UIQ3 devices)(Build scripts in SDK need tweaking in order to build scummvm since Symbian OS GCCE never builds as large projects as ScummVM before)
* UIQ 3.x SDK (To build for UIQ3 devices)(Build scripts in SDK need tweaking in order to build scummvm since Symbian OS GCCE never builds as large projects as ScummVM before)
* UIQ 2.1 SDK (To build for UIQ2 devices):<br>http://www.symbian.com/developer/sdks_uiq.asp
* UIQ 2.1 SDK (To build for UIQ2 devices):<br>http://www.symbian.com/developer/sdks_uiq.asp
** ECompXL, an EPOC application compression library:<br>http://www.yipton.demon.co.uk/ecompxl/latest/readme.html (To build for UIQ devices)
* Nokia S60 1st, 2nd edition,3rd edition SDK (To build for S60 devices)
* Nokia S60 1st, 2nd edition,3rd edition SDK (To build for S60 devices)
* Nokia S80 SDK (To build for S80 devices)
* Nokia S80 SDK (To build for S80 devices)
* Nokia 7710 SDK (To build for the 7710/S90 device)
* Nokia 7710 SDK (To build for the 7710/S90 device)
* ECompXL, an EPOC application compression library:<br>http://www.yipton.demon.co.uk/ecompxl/latest/readme.html (To build for UIQ devices)
* Python 2.5+:<br>https://www.python.org/
To download next prerequsities Symbian-ready follow the link(newer the best):<br>https://sourceforge.net/projects/scummvms60git/files/libs/
* libsdl, Simple Directmedia Layer, a cross-platform multimedia library:<br>http://www.libsdl.org/ (see note about ESDL below)
* libsdl, Simple Directmedia Layer, a cross-platform multimedia library:<br>http://www.libsdl.org/ (see note about ESDL below)
* libmad, a high-quality MPEG audio decoder:<br>http://www.underbit.com/products/mad/
* libmad, a high-quality MPEG audio decoder:<br>http://www.underbit.com/products/mad/
* zlib, a massively spiffy yet delicately unobtrusive compression library:<br>http://www.zlib.net/
* zlib, a massively spiffy yet delicately unobtrusive compression library:<br>http://www.zlib.net/
* latest version of active perl (included with Symbian SDK does not work with the build scripts)
* libvorbis, the free audio codec:<br>https://wiki.xiph.org/Tremor
* libogg, the free media file container format:<br>http://www.xiph.org/ogg/
* libpng, the free
* libvorbis, the free audio codec:<br>http://www.vorbis.com/
* libjpeg, the free  


These are probably too heavy-duty for your phone:
These are probably too heavy-duty for your phone:
* flac, the Free Lossless Audio Codec:<br>http://flac.sourceforge.net/
* flac, the Free Lossless Audio Codec:<br>http://flac.sourceforge.net/
* libmpeg2, a free MPEG-2 video stream decoder:<br>http://libmpeg2.sourceforge.net
* libmpeg2, a free MPEG-2 video stream decoder:<br>http://libmpeg2.sourceforge.net
* libtheora, the free video codec:<br>


== Compiling ScummVM ==
== Compiling ScummVM ==
21

edits