I was wondering if there is an easy way to install ALL the psp libraries, eg. zlib. I have downloaded them all with svn ..../trunk instead of svn .../trunk/zlib, but I don't know what to do with them. Some allow ./configure, make and make install, but some don't. Has anyone made the 'ideal' installation script? I am running linux (ubuntu 6.06). If not, what libraries DO I need, or should have installed? This will save me installing random ones that aren't needed all that often.
I meant all the libraries. But, more specifically then, how do you install some of the libraries where there isn't a ./configure, make & make install? I don't get it. I can do SDL because that is ./autogen.sh, but what about other ones?