How to compile?

Subforum for discussion and help with ScummVM's PSP (PlayStation Portable) port

Moderator: ScummVM Team

Post Reply
dante999
Posts: 2
Joined: Mon Sep 06, 2010 8:39 am

How to compile?

Post by dante999 »

hi~
plz.. help

i'm looking for compile tutorial but can't find
i saw this page "http://wiki.scummvm.org/index.php/Compi ... n_Portable"

but... how to download, how to install, how to setting ???
Bluddy
ScummVM Developer
Posts: 145
Joined: Sun Nov 18, 2007 8:43 am

Post by Bluddy »

Are you really looking to compile (ie. to make changes to the code) or just to play games using ScummVM on the PSP?
dante999
Posts: 2
Joined: Mon Sep 06, 2010 8:39 am

Post by dante999 »

Bluddy wrote:Are you really looking to compile (ie. to make changes to the code) or just to play games using ScummVM on the PSP?
yes, i want compile... just compile
Bluddy
ScummVM Developer
Posts: 145
Joined: Sun Nov 18, 2007 8:43 am

Post by Bluddy »

Hmm... ok. I'm not sure what level of knowledge you have. If you haven't ever compiled for the PSP, you should browse psp-programming.com and the easiest way to get started with compiling is to get minpspw (google it).

Then, use svn to download the scummvm trunk. The command is 'svn co https://scummvm.svn.sourceforge.net/svn ... mmvm/trunk scummvm'. Now you have the scummvm sourcecode.

Now from msys, go to the scummvm directory, create a 'builds/psp' directory. Go there, and type '../../configure --host=psp --enable-plugins --default-dynamic' and then 'make'.

That's it. But you need to know what you're doing and be willing to figure out stuff.
Post Reply