Table of Contents

Compiling Player for PlayStation Portable

Toolchain Requirement

For compiling EasyRPG Player for your PSP (PlayStation Portable) you will need the PSP SDK compiled with:

Library Requirement

You will need the following libraries:

Building

Once you have all dependencies above, just type '$ make' in the builds/psp/ directory and it will build the EBOOT.PBP. That's all!

Pixman support

  1. Get pixman-0.20.2 and extract it.
  2. Get config.sub from whatever PSP port that uses "configure" and copy it.
  3. Run " LDFLAGS="-L$(psp-config –pspsdk-path)/lib" LIBS="-lc -lpspuser" ./configure –host psp –prefix=$(psp-config –psp-prefix) && make && sudo make install"