scummvm/backends/dc
Max Horn 033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
..
.cvsignore Updated list of build directories to ignore. 2003-11-03 22:26:01 +00:00
audio.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
dc.h updated copyright notice 2004-01-06 12:45:34 +00:00
dcmain.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
display.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
icon.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
icon.h updated copyright notice 2004-01-06 12:45:34 +00:00
input.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
label.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
label.h updated copyright notice 2004-01-06 12:45:34 +00:00
Makefile Reeordered EXEEXT and EXECUTABLE (define before use). 2003-11-03 22:24:58 +00:00
portdefs.h updated copyright notice 2004-01-06 12:45:34 +00:00
README
selector.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
time.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
vmsave.cpp updated copyright notice 2004-01-06 12:45:34 +00:00

Compiling ScummVM for SEGA Dreamcast
====================================

If you want to compile ScummVM for your Dreamcast,
you'll need the following:

* gcc-3.3 configured as a cross-compiler for `sh-elf'
  (including corresponding binutils)

* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.9.0.tar.gz>

* libronin-0.4 : <URL:http://peter.bortas.org/scumm/libronin-0.4.tar.gz>

* GNU make


Edit the Makefile to contain the path to libronin if you installed it
somewhere other than /usr/local/ronin, then run `make', and you should
get an ELF binary with the name `scummvm.elf'.