Difference between revisions of "AmigaOS"

From ScummVM :: Wiki
Jump to navigation Jump to search
(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]

Revision as of 20:09, 5 January 2016

amiga.png AmigaOS Port
Latest Released Version 2.8.0
Supported Audio Options MP3, OGG, FLAC, Uncompressed
Additional Webpage(s) None
Maintainer(s)
Packager(s) Raziel
Forum Port Forum
Status Maintained
First Official Version 0.8.0

About

ScummVM has also been ported to AmigaOS with the Simple Directmedia Layer (SDL).

Compiling

It is generally recommended to use the official builds, but for anyone interested in doing their own builds...

The following links contain instructions and notes on how to build / cross-compiled our codebase for AmigaOS:

External links