TrustedUser
574
edits
(Updated build requirements.) |
(Fixed Broken Links.) |
||
Line 2: | Line 2: | ||
== Tools/libraries needed == | == Tools/libraries needed == | ||
===Mandatory | ===Mandatory=== | ||
* gcc | * [http://gcc.gnu.org/ gcc] configured as a cross-compiler for 'sh-elf' - v3.4.2 recommended. | ||
* binutils- | * [https://www.gnu.org/software/binutils/ binutils] configured as a cross-assembler for 'sh-elf' - v2.18 recommended. | ||
* [http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz | * [http://www.sourceware.org/newlib/ newlib] compiled for 'sh-elf' - [http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz Precompiled binaries of v1.12.0] | ||
* [http:// | * [http://www.sega-dc.de/dateien/programmierung/libronin-0.5-src.tar.gz libronin-0.5] - [http://www.sega-dc.de/dateien/programmierung/libronin-0.5.tar.gz Precompiled binaries of v0.5] | ||
** Original author's website now dead: http://peter.bortas.org/scumm/libronin-0.5.tar.gz | |||
===Optional=== | ===Optional=== | ||
Line 24: | Line 25: | ||
== Further reading == | == Further reading == | ||
* [ | * [[Dreamcast]] - wiki page for this port | ||
* [https://raw.github.com/scummvm/scummvm/master/README ScummVM README, Section 9.0] |