numbered psplibraries: by name or by number

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
mypspdev
Posts: 178
Joined: Wed Jul 11, 2007 10:30 pm

numbered psplibraries: by name or by number

Post by mypspdev »

Please, thanks in advance for any help:

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
because somebody told me that SQLite number was 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
Or better, where could I find list of numbered psplibraries?

Thanks, sorry for my ignorance on this matter .... but....
Shoey
Posts: 1
Joined: Fri Oct 05, 2007 2:12 am

Post by Shoey »

If I understand your question correctly, all you have to do is look inside of the psplibraries/scripts directory. The names of the scripts are preceded by numbers.
bulb
Posts: 50
Joined: Thu Jan 19, 2006 10:59 pm

Post by bulb »

Actually, it is as simple as checking the shell script you are running. Or even better, check the naming of script inside psplibraries/scripts directory.

So, SDL is no. 17 and CURL is not yet available using psplibraries script.

Cheers.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

It's in pspware, not psp.

Code: Select all

svn co svn://svn.ps2dev.org/pspware/trunk/libcurl
Post Reply