| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Aug 17, 2009 4:15 am Post subject: libcurl 7.19.6 for PSP |
|
|
Today i updated my libcurl build script so it installs the newest version of libcurl.
Download here
It's mostly a bugfix update. (not verry much psp relates bugs)
It's probably not the most usefull update but it's always cool to use the latest version of libraries you use :p _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
sauron_le_noir
Joined: 05 Jul 2008 Posts: 229
|
Posted: Mon Aug 17, 2009 4:50 am Post subject: |
|
|
| thx jojoris nice to have. No support for ssl ? |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Aug 17, 2009 6:02 am Post subject: |
|
|
| sauron_le_noir wrote: | | thx jojoris nice to have. No support for ssl ? |
those ssl libs are hard to port.... At least i failed.
libssl doesn't has a normal configure script and the one with gnutls doesn't work quite well. It messed the config.h up. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
imhotep
Joined: 13 Dec 2005 Posts: 41
|
Posted: Mon Aug 17, 2009 7:54 pm Post subject: |
|
|
| thanks a lot for this :D |
|
| Back to top |
|
 |
|