Open main menu

Difference between revisions of "AmigaOS"

(Update page with Raziel's instructions)
 
(6 intermediate revisions by 4 users not shown)
Line 10: Line 10:
zlib=yes|
zlib=yes|
16bits=yes|
16bits=yes|
plugins=yes|
buildbot=yes|
buildbot=yes|
firstversion=0.8.0|
firstversion=0.8.0|
Line 43: Line 44:


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


== Compiling ScummVM for the AmigaOS ==
For more information, including how to install and run ScummVM on AmigaOS, see the [https://docs.scummvm.org/en/latest/other_platforms/amigaos_4.html AmigaOS user documentation].
* 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 ==
==Developer information==
* Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, zlib, libmad.
* Type ./configure --host=ppc-amigaos
* 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 ==
===Compile ScummVM ===
* [http://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]
 
For instructions, see [[Compiling_ScummVM/AmigaOS4|Compiling ScummVM for AmigaOS4]]
 
==Other useful links==
*[https://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]

Latest revision as of 05:27, 30 June 2023

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 been ported to AmigaOS.

For more information, including how to install and run ScummVM on AmigaOS, see the AmigaOS user documentation.

Developer information

Compile ScummVM

For instructions, see Compiling ScummVM for AmigaOS4

Other useful links