Difference between revisions of "AmigaOS"

From ScummVM :: Wiki
Jump to navigation Jump to search
(use StableVersion template)
(Update page with Raziel's instructions)
Line 44: Line 44:
== About ==
== About ==
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 ==
* 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 ==
* 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 ==
== 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 09:50, 7 December 2015

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 ScummVM for the AmigaOS

  • Get and install the latest SDK from 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

  • 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