Open main menu

Difference between revisions of "AmigaOS"

608 bytes removed ,  20:09, 5 January 2016
Moving compilation instructions to the proper page
(Update page with Raziel's instructions)
(Moving compilation instructions to the proper page)
Line 45: Line 45:
ScummVM has also been ported to AmigaOS with the Simple Directmedia Layer (SDL).  
ScummVM has also been ported to AmigaOS with the Simple Directmedia Layer (SDL).  


== Compiling ScummVM for the AmigaOS ==
== Compiling ==
* Get and install the latest SDK from [http://hyperion-entertainment.biz/index.php/downloads?view=files&parent=30 here]
* Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, libFLAC, libtheoradec, libfaad, libmpeg2, libfreetype, libmad and libGL.
* In a shell, run 'sh'.
* Type './configure'.
* Check the 'config.mk' and 'config.log' files and if everything seems to be fine:
* Run 'make'.


== Cross-compiling ScummVM for the AmigaOS with Cygwin ==
It is generally recommended to use the official builds, but for anyone interested in doing their own builds...<p>The following links contain instructions and notes on how to build / cross-compiled our codebase for AmigaOS:
* Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, zlib, libmad.
 
* Type ./configure --host=ppc-amigaos
* [[Compiling_ScummVM/AmigaOS4]]
* If you got an error about sdl-config, use --with-sdl-prefix parameter to set the path.
* Check 'config.mk' file and if everything seems to be fine:
* Run 'make'.
* Cross-compiling with Linux may be as easy.


== External links ==
== External links ==
* [http://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]
* [http://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]
1,489

edits