AmigaOS

From ScummVM :: Wiki
Revision as of 09:50, 7 December 2015 by Md5 (talk | contribs) (Update page with Raziel's instructions)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
amiga.png AmigaOS Port
Latest Released Version 2.8.1
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