1,502
edits
(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] |
edits