Compiling ScummVM/Dreamcast

From ScummVM :: Wiki
< Compiling ScummVM
Revision as of 03:35, 21 February 2019 by Mataniko (talk | contribs) (→‎Further reading)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Compiling ScummVM for Dreamcast under Linux

Tools/libraries needed

Mandatory

Optional

Building the libraries

todo

Configuring ScummVM

Edit the makefile in backends/dc to point to your libronin path, as well as your path to the sh-elf cross-compiler.

Compiling ScummVM

run make dist

For serial/IP upload, remove the "BUILD_PLUGINS" line from the makefile and just run `make', to get a static binary with the name `scummvm.elf'.

Further reading