| View previous topic :: View next topic |
| Author |
Message |
mypspdev
Joined: 11 Jul 2007 Posts: 178
|
Posted: Fri Oct 05, 2007 1:26 am Post subject: numbered psplibraries: by name or by number |
|
|
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: | 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: | 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.... |
|
| Back to top |
|
 |
Shoey
Joined: 05 Oct 2007 Posts: 1
|
Posted: Fri Oct 05, 2007 2:14 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
bulb
Joined: 19 Jan 2006 Posts: 50
|
Posted: Fri Oct 05, 2007 2:17 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri Oct 05, 2007 2:18 am Post subject: |
|
|
It's in pspware, not psp.
| Code: | | svn co svn://svn.ps2dev.org/pspware/trunk/libcurl |
|
|
| Back to top |
|
 |
|