1 | Compiling ScummVM 0.7.x for AmigaOS 4
|
---|
2 |
|
---|
3 | by Juha Niemimäki (jniemima@mail.student.oulu.fi)
|
---|
4 |
|
---|
5 | Cross-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 |
|
---|
11 | Compiling with AmigaOS 4 native SDK:
|
---|
12 | - to be done...
|
---|
13 |
|
---|
14 |
|
---|
15 |
|
---|