Difference between revisions of "Compiling ScummVM/AmigaOS4"

From ScummVM :: Wiki
Jump to navigation Jump to search
(moving AmigaOS4 compiling instructions)
 
Line 8: Line 8:
== Compiling ==
== Compiling ==
To configure, run:
To configure, run:
<pre>sh</pre>
then run:


<pre>./configure --host=ppc-amigaos</pre>
<pre>./configure --host=ppc-amigaos</pre>

Revision as of 21:13, 4 January 2008

Compiling ScummVM for AmigaOS4

For building ScummVM on AmigaOS4, use the Linux/GCC build instructions, with the following alterations:

SDK

Download the AmigaOS4 SDK from here. If newer versions of libraries are available, they can be downloaded from here.

Compiling

To configure, run:

sh

then run:

./configure --host=ppc-amigaos

Then run:

gmake

Installing

Use "ScummVM" to start the program.