I'd like to download, compile and install some specific libraries, for example SDL and CURL.
For example, when I downloaded SQLite library I used:
Code: Select all
svn checkout svn://svn.ps2dev.org/psp/trunk/psplibraries
cd psplibraries
./libraries.sh 16
If I'would do the same for CURL and SDL, may I run the same command by name? something like, or whatever correct?
Code: Select all
svn checkout svn://svn.ps2dev.org/psp/trunk/psplibraries
cd psplibraries
./libraries.sh CURL
Thanks, sorry for my ignorance on this matter .... but....