aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarcus Comstedt2016-09-26 15:12:05 +0200
committerMarcus Comstedt2016-09-27 13:06:15 +0200
commit9c235b3d6e543ab880c0d506d8cf6cfe2871051b (patch)
tree81a75f4a8c9500d51be313b18391e342c1195dcd /backends
parent92bd10ff28f664a332cbc398391c1c2170461b11 (diff)
downloadscummvm-rg350-9c235b3d6e543ab880c0d506d8cf6cfe2871051b.tar.gz
scummvm-rg350-9c235b3d6e543ab880c0d506d8cf6cfe2871051b.tar.bz2
scummvm-rg350-9c235b3d6e543ab880c0d506d8cf6cfe2871051b.zip
DC: Update versions of dependencies in README
The new GCC and Newlib are required for correct atexit handling in plugins. The new Ronin is required to support the Newlib upgrade, and also for custom filename handling on VM saves.
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/dc/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/dc/README b/backends/platform/dc/README
index e26df500e8..3524f57bac 100644
--- a/backends/platform/dc/README
+++ b/backends/platform/dc/README
@@ -4,13 +4,13 @@ Compiling ScummVM for SEGA Dreamcast
If you want to compile ScummVM for your Dreamcast,
you'll need the following:
-* gcc-3.4.2 configured as a cross-compiler for `sh-elf'
+* gcc-4.6.3 configured as a cross-compiler for `sh-elf'
* binutils-2.18 configured likewise
-* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz>
+* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.19.0.tar.gz>
-* libronin-0.5 : <URL:http://peter.bortas.org/scumm/libronin-0.5.tar.gz>
+* libronin-0.6 : <URL:http://peter.bortas.org/scumm/libronin-0.6.tar.gz>
* libmad : <URL:http://mc.pp.se/dc/files/libmad-0.15.1b.tar.gz>