Ticket #8415: AmigaOS4_compiling.txt

File AmigaOS4_compiling.txt, 496 bytes (added by SF/capehill, 19 years ago)

How to build AmigaOS 4 version (with Cygwin)

Line 
1Compiling ScummVM 0.7.x for AmigaOS 4
2
3by Juha Niemimäki (jniemima@mail.student.oulu.fi)
4
5Cross-compiling with Cygwin:
6- please notice that you need at least SDL developer files installed with your AmigaOS 4 SDK
7- type ./configure --host=ppc-amigaos (you may need to use --with-sdl-prefix option if SDL configuration fails)
8- edit config.mak file when needed (optimization settings etc)
9- type 'make' and cross your fingers
10
11Compiling with AmigaOS 4 native SDK:
12- to be done...
13
14
15