Difference between revisions of "Compiling ScummVM/PlayStation Portable"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
(adding link to original page)
Line 17: Line 17:
You can control most of the build process (engines and libraries used) from
You can control most of the build process (engines and libraries used) from
the Makefile.
the Makefile.
Based on [http://svn.sourceforge.net/viewvc/*checkout*/scummvm/scummvm/trunk/backends/platform/psp/README.PSP?revision=23358 README.PSP].

Revision as of 01:18, 29 December 2006

To build ScummVM for PSP you need:

*Optional

When you've installed these libraries (read their README.PSP for instructions), type "make" in the backends/psp directory to build an 1.00 firmware EBOOT.PBP, or "make kxploit" to build the 1.50/kxploit EBOOT.PBPs

You can control most of the build process (engines and libraries used) from the Makefile.


Based on README.PSP.