From 0386f90592cfbce349d90bf216996f634a345f40 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Wed, 27 Feb 2002 01:12:49 +0000 Subject: Simple compilation instructions, with pointers to necessary resources. svn-id: r3634 --- dc/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dc/README (limited to 'dc') 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 : + +* libronin-0.2 : + +* 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'. + -- cgit v1.2.3