diff options
author | Max Horn | 2002-08-21 16:07:07 +0000 |
---|---|---|
committer | Max Horn | 2002-08-21 16:07:07 +0000 |
commit | ce46866403fdcc479cf9d67e4d430409b15dadc3 (patch) | |
tree | 75ebfaa1ed13f549959d76d3ce101c3e66f5451b /dc/README | |
parent | 662256f25dbe43abf67077a804e225738765f009 (diff) | |
download | scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.tar.gz scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.tar.bz2 scummvm-rg350-ce46866403fdcc479cf9d67e4d430409b15dadc3.zip |
Initial revision
svn-id: r4785
Diffstat (limited to 'dc/README')
-rw-r--r-- | dc/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dc/README b/dc/README deleted file mode 100644 index d4bf04c5bd..0000000000 --- a/dc/README +++ /dev/null @@ -1,20 +0,0 @@ -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.3 : <URL:http://peter.bortas.org/scumm/libronin-0.3.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'. - |