diff options
author | Marcus Comstedt | 2002-02-27 01:12:49 +0000 |
---|---|---|
committer | Marcus Comstedt | 2002-02-27 01:12:49 +0000 |
commit | 0386f90592cfbce349d90bf216996f634a345f40 (patch) | |
tree | 8cab51c611beb36596fa32936134c73726c3eec2 /dc | |
parent | 2b99e57578c34125e61bc24ee8e6fa553fb6e73a (diff) | |
download | scummvm-rg350-0386f90592cfbce349d90bf216996f634a345f40.tar.gz scummvm-rg350-0386f90592cfbce349d90bf216996f634a345f40.tar.bz2 scummvm-rg350-0386f90592cfbce349d90bf216996f634a345f40.zip |
Simple compilation instructions, with pointers to necessary resources.
svn-id: r3634
Diffstat (limited to 'dc')
-rw-r--r-- | dc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dc/README b/dc/README new file mode 100644 index 0000000000..9113aa67af --- /dev/null +++ b/dc/README @@ -0,0 +1,20 @@ +Compiling ScummVM for SEGA Dreamcast +==================================== + +If you want to compile ScummVM for your Dreamcast, +you'll need the following: + +* gcc-3.0.x 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.2 : <URL:http://peter.bortas.org/scumm/libronin-0.2.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'. + |