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 ???
How to compile?
Moderator: ScummVM Team
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.
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.