Difference between revisions of "Compiling ScummVM/AmigaOS4"

Jump to navigation Jump to search
(Overhaul, updated and reworded)
m (Minor formatting)
Line 1: Line 1:
= Compiling ScummVM for AmigaOS4 =
= Compiling ScummVM for AmigaOS4 =


For building ScummVM on AmigaOS4, use the following build instructions:
For building ScummVM on AmigaOS4, use the following build instructions:
== Prerequisite ==
== Prerequisite ==
* Download and install the latestt AmigaOS4 SDK from [http://hyperion-entertainment.biz/index.php/downloads?view=files&parent=30 Hyperion-Entertainment].
*Download and install the latestt AmigaOS4 SDK from [http://hyperion-entertainment.biz/index.php/downloads?view=files&parent=30 Hyperion-Entertainment].
* Download and install SDL(1 or 2) (where SDL2 should always be preferred) SDK from [https://github.com/AmigaPorts/SDL/releases GitHub].
* Download and install SDL(1 or 2) (where SDL2 should always be preferred) SDK from [https://github.com/AmigaPorts/SDL/releases GitHub].
* You may also need libvorbisfile, libvorbis, libFLAC, libogg, libmad, libtheoradec, libfaad, libmpeg2, liba52, libfreetype, libGL and/or libogles2. They can be retrieved from [http://os4depot.net/index.php?function=browse&cat=development/library OS4Depot.net].
* You may also need libogg, libvorbisfile, libvorbis, libFLAC, libmad, libtheoradec, libfaad(2), libmpeg2, liba52, libfreetype, libGL and/or libogles2 (and maybe more as more dependancies are added)
*Download them from [http://os4depot.net/index.php?function=browse&cat=development/library OS4Depot.net].




== Configuring ==
== Configuring ==
Run the configure script.
Run the configure script.
* type
* type
Line 34: Line 36:


== Compiling ==
== Compiling ==
<syntaxhighlight>
<syntaxhighlight>
Note on static builds:
Note on static builds:
Line 52: Line 56:


This directory can then be copied anywhere and used.
This directory can then be copied anywhere and used.
== Installing ==
== Installing ==
Copy (and rename, if needed) the final "install/" subdirectory wherever you want.
Copy (and rename, if needed) the final "install/" subdirectory wherever you want.


== Running ==
== Running ==
Double-click the  "ScummVM"  icon to start the program (if no .ini settings file is availbale, an initial one with default settings will be created during the first run)
Double-click the  "ScummVM"  icon to start the program (if no .ini settings file is availbale, an initial one with default settings will be created during the first run)