Difference between revisions of "Compiling ScummVM/PlayStation 2"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Added some notes on compiling the PS2 port)
(No difference)

Revision as of 17:47, 2 October 2009

TODO: This page needs to be filled with real contents. For now, a super brief summary:

  • Install PS2 development tools from TODO
  • cd backends/platform/ps2
  • edit Makefile.ps2 (or Makefile.gdb if you are a developer ;-) to have PS2_EXTRA pointing to where you have all PS2 devel libs (eg. zlib, mad, tremor)
  • make -f Makefile.ps2