Difference between revisions of "Compiling ScummVM/Symbian"

Jump to navigation Jump to search
Added tech info
Tags: Mobile edit Mobile web edit
(Added tech info)
 
(2 intermediate revisions by one other user not shown)
Line 23: Line 23:
These are probably too heavy-duty for your phone:
These are probably too heavy-duty for your phone:
* [https://github.com/knik0/faad2 libfaad2]. Free audio decoder for AAC support.
* [https://github.com/knik0/faad2 libfaad2]. Free audio decoder for AAC support.
* [http://flac.sourceforge.net/ flac], the Free Lossless Audio Codec.
* [https://xiph.org/flac/ flac], the Free Lossless Audio Codec.
* [http://libmpeg2.sourceforge.net libmpeg2], a free MPEG-2 video stream decoder.
* [http://libmpeg2.sourceforge.net libmpeg2], a free MPEG-2 video stream decoder.
* [https://www.theora.org/ libtheora], the free THEORA video decoder.
* [https://www.theora.org/ libtheora], the free THEORA video decoder.
Line 45: Line 45:


ScummVM(new, WIP):<br>
ScummVM(new, WIP):<br>
By default build for S60v3<br>
a) run build_me.py to build all the targets/variants that you have configured.
a) run build_me.py to build all the targets/variants that you have configured.
A detailed log will be placed in the symbian folder with Build.err.log and Build.out.log.
A detailed log will be placed in the symbian folder with Build.err.log and Build.out.log.
* By default build for S60v3
 


ScummVM(old):<br>
ScummVM(old):<br>
Line 64: Line 65:
which is a combined ARM4/THUMB programming mode. Configurations can be one of:<br>
which is a combined ARM4/THUMB programming mode. Configurations can be one of:<br>
UREL or UDEB.
UREL or UDEB.
== Miscellaneous ==
*[[Symbian-build-system|Tech info on the build system]]

Navigation menu