Compiling ScummVM/PlayStation 2

From ScummVM :: Wiki
< Compiling ScummVM
Revision as of 17:47, 2 October 2009 by Fingolfin (talk | contribs) (Added some notes on compiling the PS2 port)
(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.

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