Difference between revisions of "Compiling ScummVM/AmigaOS4"
Jump to navigation
Jump to search
(Merge all the different AmigaOS compilation instructions) |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
||
Line 11: | Line 11: | ||
To configure, run in a shell: | To configure, run in a shell: | ||
< | <syntaxhighlight lang="bash"> | ||
sh | sh | ||
./configure | ./configure |
Revision as of 15:03, 25 October 2018
Compiling ScummVM for AmigaOS4
For building ScummVM on AmigaOS4, use the Linux/GCC build instructions, with the following alterations:
Libraries
- Download the AmigaOS4 SDK from here or here.
- If newer versions of libraries are available, they can be downloaded from here.
- Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, libFLAC, libtheoradec, libfaad, libmpeg2, libfreetype, libmad and libGL.
Compiling
To configure, run in a shell:
<syntaxhighlight lang="bash"> sh ./configure gmake </source>
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.
- Run 'make'.
Installing
Copy the exe wherever you want (an intitial - empty - .ini file will be created on the first run).
Running
Double-click the "ScummVM" icon to start the program.