Difference between revisions of "Compiling ScummVM/AmigaOS4"

Jump to navigation Jump to search
Merge all the different AmigaOS compilation instructions
(Merge all the different AmigaOS compilation instructions)
Line 3: Line 3:
For building ScummVM on AmigaOS4, use the [[Compiling ScummVM/GCC|Linux/GCC]] build instructions, with the following alterations:
For building ScummVM on AmigaOS4, use the [[Compiling ScummVM/GCC|Linux/GCC]] build instructions, with the following alterations:


== SDK ==
== Libraries ==
Download the AmigaOS4 SDK from [ftp://ftp.hyperion-entertainment.biz/SDK/ here].
* Download the AmigaOS4 SDK from [ftp://ftp.hyperion-entertainment.biz/SDK/ here] or [http://hyperion-entertainment.biz/index.php/downloads?view=files&parent=30 here].
If newer versions of libraries are available, they can be downloaded from [http://os4depot.net/ here].
* If newer versions of libraries are available, they can be downloaded from [http://os4depot.net/ here].
* Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, libFLAC, libtheoradec, libfaad, libmpeg2, libfreetype, libmad and libGL.


== Compiling ==
== Compiling ==
To configure, run in a shell:
To configure, run in a shell:


<pre>sh</pre>
<source lang="bash">
sh
./configure
gmake
</source>


then run:
== Cross-compiling ScummVM for the AmigaOS with Cygwin ==
 
* Make sure that you have SDL installed, you may also need libogg, libvorbis, libvorbisfile, zlib, libmad.
<pre>./configure</pre>
* Type ./configure --host=ppc-amigaos
 
* If you got an error about sdl-config, use --with-sdl-prefix parameter to set the path.
and finally run:
* Run 'make'.
 
<pre>gmake</pre>


== Installing ==
== Installing ==
1,489

edits

Navigation menu